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 |
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Can a top level class be private or protected?
is there a separate stack for each thread in java? : Java thread
How is the marker interface used in Java?
how to print output with out using sop statements
what are the design patterns in struts?
What is private protected in java?
where to use join method and explain with real time senario?and programatical explenation also..
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Define inheritance with reference to java.
How to change the priority of thread or how to set priority of thread?