Answer Posted / mah
risk to programmer
Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
Can you declare a private method as static?
Can a class be declared as protected?
Is integer passed by reference in java?
Explain working of call by reference function invoking.
What is singleton class example?
What does a void function return?
Is it possible for a yielded thread to get chance for its execution again?
What is difference between == equals () and compareto () method?
What is variable and its types?
What is a heavyweight component?
Can we restart a dead thread in java?
What is an array length?
What is constructor chaining 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
What is listnode in java?