0% found this document useful (0 votes)
36 views1 page

JAVA Key

This document contains information about various coding concepts including data types, enumerations, GUI components, and threading. It lists common Java primitive data types and details the differences between iterators and list iterators. An example enumeration for days of the week is provided. It also discusses differences between AWT and Swing frameworks for GUI components, and threading methods such as start, run, join, isAlive, interrupt, and sleep. Joining threads allows one to wait for another thread to finish before continuing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

JAVA Key

This document contains information about various coding concepts including data types, enumerations, GUI components, and threading. It lists common Java primitive data types and details the differences between iterators and list iterators. An example enumeration for days of the week is provided. It also discusses differences between AWT and Swing frameworks for GUI components, and threading methods such as start, run, join, isAlive, interrupt, and sleep. Joining threads allows one to wait for another thread to finish before continuing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Part A

1.c
11.a

2.b
12.b

3.c
13.d

4.b
14.a

5.c
15.a

6.b
16.a

7.a
17.b

8.c
18.d

9.d
19.d

10.b
20.c

Part B
21. int,short,byte,long,float,double,Boolean
22. p,s capital -- ; in println
23. Common Data Type & Reusability
24. iterator one way & listiterator Both forward and backward direction
25. public enum days{ Monday, Tuesday,
Wednesday,Thursday,Friday,Saturday,Sunday}
26.Type 1,2,3,4
27. Button b=new Button(); add(b);
28. AWT look and feel , Separate password field ; SWING --- More Controls [color
picker, date picker]
29. start(),run(), join(), isAlive(), interrupt(), sleep()
30. Joining a thread means that one waits for the other to end, so that you can
safely access its result or continue after both have finished their jobs.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy