Difference between a Scrollbar and a ScrollPane?
Answer / janet
A Scrollbar is a Component ,but not a Container whereas
Scrollpane is a Container and handles its own events and
perform it's own scrolling.
| Is This Answer Correct ? | 13 Yes | 1 No |
List down the methods and interfaces of collection class in java.
Is static variable stored in heap?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What are identifiers in java?
How big is a 32 bit integer?
What is return used for in java?
Which class is used by server applications to obtain a port and listen for client requests?
How will you reverse a link list without using recursion?
How finally used under exception handling?
What are void pointers?
Explain methods specific to list interface?
extending thread class or implementing runnable interface. Which is better? : Java thread