CDAC Core Java Practice Questions
41. What is output System.out.println(12/0.0);
42. What is the return type of method round(double) of Math Class?
43. Which of the following classes do not extend the java.lang.Number class?
44. Which statement is true?
45. What will be output of following int tooSmall = Integer.MIN_VALUE – 1
46. Which of the following method is used to create a thread?
47. Inserialization object is stored in form of?
48. A package is a collection of
49. Which of the following defines a legal abstract class?
50. Which of the following may have null value?
Learn More Multiple Choice Practice Questions
All Categories