can we create object for static class in java
Answer Posted / munna
hi all, yes we can create but the static members are common
for all the objects.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of using enum to declare a constant?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
How do you declare a string variable?
What are the main concepts of oops in java?
What is string manipulation?
Can a class be final?
Variables used in a switch statement can be used with which datatypes?
What is the basic of java?
Can we sort arraylist in java?
What is javac in java?
Which is better stringbuilder or stringbuffer?
Is 0 true or false in java?
Explain about exception propagation?
What is static data type in java?
What is a top level class in java?