Answer Posted / azra
Indented form of layouts
Full Block form of layouts
Semi Block form of layouts
Hanging Paragraph form of layouts
Demi Offical form of layouts
The Noma form of layouts
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is a default constraint?
Why do we need autoboxing in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Which containers use a flowlayout as their default layout in java programming?
What is cr keyboard?
how to run ecllipse with jettyserver for windows environment using batch file
How to create an immutable class?
How many bytes is double?
What is the purpose of checked and unchecked exceptions in JAVA?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Which package is imported by default?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can a constructor call the constructor of parent class?
Which java ide is used the most?
What happens when a thread cannot acquire a lock on an object in java programming?