Answer Posted / ravikiran(aptech mumbai)
border layout
flow layout
grid layout
cardlayout
gridbag layout
| Is This Answer Correct ? | 46 Yes | 11 No |
Post New Answer View All Answers
What is :: operator in java?
Explain serialization and deserialization in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What methodology can be utilized to link to a database?
Can we override the overloaded method?
What is native method in java?
Why is stringbuffer faster than string?
What is the difference between member variables initialization and assignment in a constructor?
What is ternary operator? Give an example.
What is difference between arraylist and list in java?
What is the purpose of the System class?
What are the four integer types supported by java?
Highest level event class of the event-delegation model?
Can a class have a static inner class?
What is the difference between multiple processes and multiple threads?