In what types of operations an ArithmeticException will be
thrown?
Answer Posted / sham
ans:division by zero
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What methodology can be employed to locate substrings inside a string?
How to sort list of list in java?
How will you initialize an Applet?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is difference between class and object in java?
What is bytecode in java ?
Is nullpointerexception checked or unchecked?
Why parameters should be passed by reference?
What is == mean?
How many bytes is 255 characters?
What are the main uses of the super keyword?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
In which language java is written?
What classes of exceptions may be caught by a catch clause in java programming?
What are variable arguments or varargs?