Name the runtime exceptions that occurs frequently?
Answer Posted / ravikiran(aptech mumbai)
null pointer exception
classnotfoundexception
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what do you understand by the term string with respect to java?
Why are getters and setters used?
What is native method in java?
Differentiate between static and non-static methods in java.
What is assembly used for?
how do I create a runnable with inheritance? : Java thread
Give a practical example of singleton class usage?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What are access specifiers in java ?
What classes of exceptions may be thrown by a throw statement?
What is the difference between length and length () in java?
How do you override a variable in java?
how to create constants in java?
What are "methods" and "fields"?
Are primitives objects?