If a class is declared without any access modifiers, where may the class be accessed in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are the limitations for static method?
Discuss different types of errors that generally occur while programming.
Explain the term virtual machine?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
How many types of interfaces are there?
What is illegal identifier in java?
What are the string methods in java?
What is an abstract class and abstract method?
Can we create constructor in abstract class ?
What is busy spin, and why should you use it?
What is difference between jdk,jre and jvm?
If you do not want your class to be inherited by any other class. What would you do?