can we create object for static class in java
Answer Posted / manjula
yes we can able to create object for the static class.. but
it is none of use.. because we can call the static class
without creating the object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is default exception handling in java?
How does regex work?
Are floats faster than doubles?
How many types of variables are there?
What is instance synchronization?
Which programming language is best in future?
which class is the wait() method defined in? : Java thread
Are registers volatile?
What is final keyword in java? Give an example.
How do you sort a string in alphabetical order in java?
What is the use of default method in interface in java?
How does queue work in java?
What are register variables what are the advantages?
Give us a program to check for parenthesis matching using stack.
How does a for loop work java?