What is a layout manager?
Answer / satya
LayOut Manager is to set the GUI component view style
| Is This Answer Correct ? | 2 Yes | 1 No |
How would you convert bytes to string?
Name some classes present in java.util.regex package.
Can we declare array without size in java?
Explain numeric promotion?
Explain about the dynamic behavior of core java?
What is java lang string?
What is a buffer in computer?
What is difference between call by value and call by reference?
How can you say java is object oriented?
whats is the use of final,in which situation final can be used in the application?
What is the use of isempty in java?
why would you use a synchronized block vs. Synchronized method? : Java thread