Difference between a Canvas and a Scroll Pane?.
Answer / 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 |
What are access modifiers in Java ?
Is there any case when finally will not be executed?
What is the difference between static and non-static variables?
What is difference between string and new string?
Explain heap sort?
Which method cannot be overridden in java?
How are the elements of a gridbaglayout organized in java programming?
What is argument in java?
What is bytecode in java ?
Why java doesn’t support multiple inheritances?
Difference between String and String Buffer?
Relationship between an event-listener interface and an event-adapter class?