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
Explain about public and private access specifiers?
What is a flag variable?
What does arrays sort do in java?
What is java and why do we need it? Explain
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is identifier in java?
hr interview how many minutes asking question
Are global variables initialized to zero?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
How do you declare a string variable?
How do you detect memory leaks?
What is e in java?
What is io stream in java?
Does string isempty check for null?
What are the string methods in java?