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 |
What is double in java?
Can we declare an array without size in java?
What is purpose of applet programming?
What is clipping and repainting and what is the relation between them?
What is the main advantage of passing argument by reference?
What is difference between length and length() method in java ?
What are the Class Libraries ?
How many bits is a float?
How use .contains in java?
what are the states associated in the thread? : Java thread
Is multiple inheritance allowed in Java? Why ?
steps to connect with Oracle Databse using TYPE-2 Jdbc driver.