skip to main
|
skip to sidebar
Java n J2ee Q&A
Custom Search
Friday, August 31, 2007
2. Which containers use a border Layout as their default layout?
The window, Frame and Dialog classes use a border layout as their default layout.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
BLOGS LIST
Softwareslinx
Java n J2ee
C & C++
Oracle Q&A
SAP Q&A
VB.Net
Testing Tools
Networking
Interview Q&A
Placement Papers
Aptitude
Blog Archive
▼
2007
(437)
►
November
(1)
►
Nov 06
(1)
►
October
(36)
►
Oct 06
(36)
►
September
(351)
►
Sep 16
(37)
►
Sep 13
(31)
►
Sep 10
(50)
►
Sep 09
(50)
►
Sep 07
(43)
►
Sep 06
(40)
►
Sep 05
(23)
►
Sep 04
(27)
►
Sep 02
(50)
▼
August
(49)
▼
Aug 31
(49)
26. What are wrapped classes?
25. Is sizeof a keyword?
24. Which java.util classes and interfaces support...
23What is the difference between yielding and slee...
22. How many bits are used to represent Unicode, A...
21. Which method of the Component class is used to...
20. What is the difference between the >> and >>> ...
19. What is an Iterator interface?
18. What modifiers may be used with an inner class...
17. What is the Vector class?
16. How does Java handle integer overflows and und...
15. What is the List interface?
14. Which characters may be used as the second cha...
13. What is the Collections API?
12. What state does a thread enter when it termina...
11. Which containers use a FlowLayout as their def...
10. What method is used to specify a container's l...
9. What is the preferred size of a component?
8. Is null a keyword?
7. What's new with the stop (), suspend () and res...
6. Can a lock be acquired on a class?
5. What is synchronization and why is it important?
3. Why do threads block on I/O?
2. Which containers use a border Layout as their d...
1. What is a transient variable?
What are different types of inner classes?
What is Overriding?
What are Checked and UnChecked Exception?
Will the JVM load the package twice at runtime?
Do I need to import java.lang package any time? Why ?
Can I have multiple main methods in the same class?
Can an application have multiple classes having ma...
What environment variables do I need to set on my ...
How can one prove that the array is not null but e...
If I do not provide any arguments on the command l...
What is the first argument of the String array in ...
What if I do not provide the String array as the a...
What if I write static public void instead of publ...
What if the static modifier is removed from the si...
What if the main method is declared as private?
What one should take care of while serializing the...
What happens to the object references included in ...
What is Externalizable interface?
what is the common usage of serialization?
What is an abstract class?
How can I customize the serialization process?
Which methods of Serializable interface should I i...
How do I serialize an object to a file?
Java n J2ee faqs
No comments:
Post a Comment