can we create object for static class in java
Answer Posted / soma414@gmail.com
yes we want create the object by using static class in java
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a finally block? Is there a case when finally will not execute?
Can we declare the static variables and methods in an abstract class?
Is null a keyword in java?
In how many ways we can do exception handling in java?
What is a void in java?
What is string length in java?
What is a jit compiler?
State differences between C and Java?
When is the finalize() called?
What is the use of 'super' keyword inside a constructor?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is final method?
What is the instance of an object?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Name and explain the types of ways which are used to pass arguments in any function in java.