Difference between a Scrollbar and a ScrollPane?
Answer / janet
A Scrollbar is a Component ,but not a Container whereas
Scrollpane is a Container and handles its own events and
perform it's own scrolling.
Is This Answer Correct ? | 13 Yes | 1 No |
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
What are three ways in which a thread can enter the waiting state in java programming?
What is Garbage Collection in Java
what is the life cycle of jsp?
What is the difference between jfc & wfc?
What are different types of classloaders?
Can abstract class have private constructor?
Is an integer an object?
What state is a thread in when it is executing?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
how to write a program for chat function using core java
Is java map thread safe?