Explain the difference between scrollbar and scrollpane?
Answer / kalaimathi
Scroll bar is a component and scroll pane is a container
.Scroll pane handles events and performs its own scrolling
| Is This Answer Correct ? | 23 Yes | 6 No |
What is the right data type to represent a price in java?
How do generics work?
What is method reference in java?
static inner classes means..?
In what type of containers, Border layout is a default layout?
What are exceptions
What is the difference between serial and throughput garbage collector?
Why call by value prevents parameter value change?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
What is default specifier ??? Use of default specifier ???
How the interruptible method gets implemented?
What is a ?