Answer Posted / jitendra
JPanel p1 = new JPanel();
p1.setLayout(new BorderLayout());
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is better - 'bit-shift a value' or 'multiply by 2'?
What are synchronized methods and synchronized statements in java programming?
how do I create a runnable with inheritance? : Java thread
How to declare an arraylist in java?
What is the base class of all classes?
What is function and method in java?
Explain wait(), notify() and notifyall() methods of object class ?
Explain the difference between association, aggregation and inheritance relationships.
Difference between method overloading and method overriding in java ?
How is a structure different from array ?
Are floats faster than doubles?
List out five keywords related to exception handling ?
Does substring create a new object?
What is meant by attribute?
What best practices should you follow while writing multithreaded code in java?