ranganath kini


{ City } bangalore
< Country > india
* Profession *
User No # 1131
Total Questions Posted # 0
Total Answers Posted # 19

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 245
Users Marked my Answers as Wrong # 39
Answers / { ranganath kini }

Question { 7213 }

What method MUST be implemented by all threads?


Answer

The run() method

Is This Answer Correct ?    16 Yes 1 No

Question { 4556 }

When you will synchronize your code?


Answer

synchronize is used on objects that will be used by
multiple threads to provide thread safety. It is used so
that concurrent threads get valid access to data to perform
their actions

Is This Answer Correct ?    1 Yes 0 No


Question { 30242 }

What are the benefits of using Swing over AWT?


Answer

1. Pluggable Look and Feel
2. Swing is more lightweight than AWT
3. Larger set of components such as tables, trees, sliders,
spinners, progress bars,internal frames and text components.
4. Components can be bound to keyboard events to react to
keystrokes.
5. Built on the MVC model
6. Better support for multi-threading

Is This Answer Correct ?    63 Yes 2 No

Question { IBM, 14304 }

What does Class.forName return?


Answer

The Class.forName( String name ) returns a java.lang.Class
object associated with the class or interface with the
specified fully qualified name.

Is This Answer Correct ?    17 Yes 2 No

Prev    1    [2]