Answer Posted / niranjanravi
swings,threads are light weight components
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How many characters is 2 bytes?
What is consumer interface?
What is difference between classpath and path variables in java?
How many bytes are a float?
Can we clone singleton class in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the use of jtable?
How to sort double array in java?
What is difference between arraylist and list in java?
What modifiers are allowed for methods in an interface?
What is parseint?
What is the buffer limit?
Can we return null in java?
Why do we need array in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread