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 |
Difference between process and thread?
What is illegal identifier in java?
Which api is provided by java for operations on set of objects?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
What is difference between Eclips and MyEclips?
How to prevent to create multiple objects of a java class?
What is bufferedwriter?
What are inner classes or non static nested classes in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is operator overloading. Is it is supported in java?
What is the use of private static?
Difference between Hash Table and Hash Map?