Answer Posted / thirumal.r
JFrame f=new JFrame();
JPanel p=new JPanel();
f.add(p,BorderLayout.CENTER);
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is function declaration?
What is a default constructor and also define copy contrucyor?
What is the core java?
What are different ways of object creation in java ?
What is isa relationship?
What does the “static” keyword mean? Can you override private or static method in java?
What is the advantage of functional interface in java 8?
What does string [] args mean?
Is minecraft java edition free?
Are arrays dynamic in java?
What is an array length?
What is an enumeration?
What is the purpose of skeleton and stub?
Can an object subclass another object?
what is deadlock? : Java thread