Answer Posted / mitul
Answer #2 is correct
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is it possible for a yielded thread to get chance for its execution again?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is the static import?
What variables are stored in stack?
Explain super keyword in java.
Is char a method in java?
What is remote method invocation (rmi)?
Explain abstract class in java?
What best practices should you follow while writing multithreaded code in java?
What is the reason behind using constructors and destructors?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Which are different kinds of source code?
Why do I need to declare the type of a variable in java?