Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views3 pages

JPR Practical - Programs

The document outlines a series of programming tasks aimed at demonstrating various concepts in programming, including expression evaluation, control statements, loops, object-oriented programming, GUI design, event handling, and networking. Each task specifies the implementation of different programming constructs and classes, such as arithmetic and logical expressions, constructors, inheritance, and multithreading. The tasks cover both core programming techniques and advanced topics like socket communication and GUI components using Swing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views3 pages

JPR Practical - Programs

The document outlines a series of programming tasks aimed at demonstrating various concepts in programming, including expression evaluation, control statements, loops, object-oriented programming, GUI design, event handling, and networking. Each task specifies the implementation of different programming constructs and classes, such as arithmetic and logical expressions, constructors, inheritance, and multithreading. The tasks cover both core programming techniques and advanced topics like socket communication and GUI components using Swing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1) Wr it e pr ogr ams t o evaluat e differ ent t ypes of ex pr essions.

i) Ar it hmet ic Ex pr ession ii) Logical Ex pr ession


2) Wr it e pr ogr ams t o ev aluat e differ ent t y pes of ex pr essions.

i) Assignment ex pr ession ii) Relat ional ex pr ession

3) Wr it e pr ogr ams t o demonst r at e use of:

i) if st at ement s ii) if else st at ement


4) Wr it e pr ogr ams t o demonst r at e use of:

i) if else ladder ii) nest ed if else


5) Wr it e pr ogr am t o demonst r at e use of:

i) Swit ch Case St at ement

6) Wr it e pr ogr ams t o demonst r at e use of:

Differ ent t ypes of Loops

i) for loop
7) Wr it e pr ogr am t o demonst r at e use of:

Differ ent t y pes of Loops

i) While loop

8) Wr it e pr ogr am t o demonst r at e use of:

Differ ent t y pes of Loops

i) do while loop

9) Wr it e pr ogr am for implement at ion of differ ent met hods of:

St r ing class.

10) Wr it e pr ogr am for implement at ion of differ ent met hods of:

St r ingBuffer class.

11) Wr it e a pr ogr am t o demonst r at e:

Use of Ar r ay.
12) Wr it e a pr ogr am t o demonst r at e:

Use of Vect or s.

13) Wr it e pr ogr am using Wr apper Class:

t o conver t pr imit ive int o obj ect .


14) Wr it e pr ogr am using Wr apper Class:

t o conver t obj ect int o pr imit ive.

15) Develop a pr ogr am for implement at ion of differ ent t ypes of const r uct or s.

i) Default Const r uct or ii) Par amet er ized Const r uct or

16) Develop a pr ogr am t o implement :

Single inher it ance.


17) Dev elop a pr ogr am t o implement :

Mult ilevel inher it ance.

18) Develop a pr ogr am for implement at ion of int er face.

19) Wr it e a pr ogr am t o demonst r at e use of:

Built in packages
20) Wr it e a pr ogr am t o demonst r at e use of:

User defined packages.

21) Wr it e a pr ogr am for implement at ion of t r y, cat ch and finally block.

22) Wr it e a pr ogr ams for implement at ion of t hr ow, t hr ows clause.

23) Wr it e a pr ogr ams using mult it hr eading.

24) Wr it e a pr ogr am t o design any t ype of for m using AWT component s.

25) Wr it e a pr ogr am t o cr eat e a menu bar wit h var ious menu it ems and sub
menu it ems.

26) Wr it e a pr ogr am t o demonst r at e t he use of bor der layout . The layout shows
four but t ons at four sides wit h capt ions " left " , " r ight " , " t op" and " bot t om"
using Swing Component s.
27) Wr it e a pr ogr am t o design a calculat or t o demonst r at e t he use of gr id
layout using swing component s.

28) Wr it e a pr ogr am using swing t o display a JComboBox in a JFr ame.

29) Wr it e a pr ogr am t o cr eat e JTr ee


30) Wr it e a pr ogr am t o cr eat e JTable.

31) Wr it e a pr ogr am t o handle key event s

32) Wr it e a pr ogr am t o handle mouse ev ent s.

33) Wr it e a pr ogr am t o implement act ion event in fr ame using swing


component s.

34) Wr it e a pr ogr am t o handle t ex t event on swing component s.

35) Wr it e a pr ogr am t o r et r ieve host name and IP addr ess using Inet Addr ess
class.

36) Wr it e a pr ogr am t o demonst r at e var ious met hods of:

• URL class.
37) Wr it e a pr ogr am t o demonst r at e v ar ious met hods of

• URLConnect ion.

38) Wr it e a pr ogr am t hat demonst r at es connect ion or ient ed communicat ion


using socket .

39) Wr it e a pr ogr am t o demonst r at e sending and r eceiving dat a t hr ough


dat agr am.

40) Wr it e a pr ogr am t o cr eat e t wo t hr ead one t o pr int odd number only and ot her t o pr int ev en number s

You might also like