Name the runtime exceptions that occurs frequently?
Answer Posted / madhusudhana
NullPointerException
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What's the difference between comparison done by equals method and == operator?
What is pojo class in java?
What do you mean Abstraction in java?
What do you mean by an interface in java?
How many threads can java run?
Can we assign integer value to char in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is the similarity between dynamic binding and linking?
what are the methods in object?
What does the exclamation mark mean in java?
Why do we need singleton class?
What is the difference between static method and instance method in Java?
Is zero a natural number?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is a type parameter in java?