Difference between a Scrollbar and a ScrollPane?



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

Post New Answer

More Core Java Interview Questions

How Applets & Servlets will communicate with each other?

2 Answers  


What are encapsulation, inheritance and polymorphism?

0 Answers  


How many bits is a string?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

0 Answers  






Explain about interthread communication and how it takes place in java?

0 Answers  


What is a generic data type?

0 Answers  


What is the differences between heap and stack memory in java? Explain

0 Answers  


whats is the use of final,in which situation final can be used in the application?

2 Answers   DNS,


How to create packages in java?

0 Answers  


Explain the private field modifier?

0 Answers  


Is 0 true or is 1 true?

0 Answers  


Categories