State some situations where exceptions may arise in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

0 Answers  


What is difference overloading and overriding?

0 Answers   Cyient,


What is the hashcode () and equals () used for?

0 Answers  


Can we define a package statement after the import statement in java?

0 Answers  


What is clipping and repainting and what is the relation between them?

1 Answers  






Difference between Preemptive scheduling vs. Time slicing?

0 Answers  


Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class

2 Answers  


What is a treeset in java?

0 Answers  


Nested classes VS Inner classes?

3 Answers   Infosys,


What is nested interface?

0 Answers  


How you can force the garbage collection?

0 Answers  


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

0 Answers  


Categories