Default layout of panel and frame?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
default layout of panel is flowlayout
default layout of frame is border layout
| Is This Answer Correct ? | 73 Yes | 4 No |
Answer / awais bajwa
Actually its not the layout of frame which is borderlayout
frame has no layout
content pane which is contained by frame has border layout
| Is This Answer Correct ? | 12 Yes | 22 No |
Explain numeric promotion?
How to create com object in Java?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
What are the 3 types of control structures?
In java how do we copy objects?
What are the different types of multitasking?
What is the need of transient variables in Java ?
What is unsigned char?
List some features of the abstract class.
Explain access modifiers in java.
What are triggers in DB? Explain their types. How do they work?
what is default constructor and parameterised constructor with example?