Difference between a Canvas and a Scroll Pane?.
Answer Posted / sibasreeta mishra
Canvas is a component. ScrollPane is a container.
Canvas is a rectangular area where the application can draw or trap input events.
ScrollPane implements horizontal and vertical scrolling.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the ways in which a thread can enter the waiting state?
Explain the difference between abstract classes and interfaces in java?
What is the difference between sleep and wait in java?
What are measurable parameters?
Why string objects are immutable in java?
How do you use compareto in java?
What is compiler and what its output.
How do you sort a string in alphabetical order in java?
Why java applets are more useful for intranets as compared to internet?
Can we override private constructor in java?
Why java does not support pointers?
What is a function easy definition?
Can static methods be inherited?
Difference between ‘>>’ and ‘>>>’ operators in java?
In java, how we can disallow serialization of variables?