Answer Posted / r,ramu
broder layout
flow layout
grid layout
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
what do you mean by java annotations?
Java is Pass by Value or Pass by Reference?
What is instanceof keyword?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
what is the difference between a threads start() and run() methods? : Java thread
What is java dot?
In how many ways we can create threads in java?
Why heap memory is called heap?
What do you mean by append?
Can a final variable be null?
What are the drawbacks for singleton class?
What are the differences between wait() and sleep()?
What is the default execution method in java?
What is difference between variable declaration and definition?
Why are the destructors for base class and derived class called in reverse order when the program exits