cdac end module core java questions with answers

CDAC Core Java Practice Questions

41. What is output System.out.println(12/0.0);

Show Answer ?

42. What is the return type of method round(double) of Math Class?

Show Answer ?

43. Which of the following classes do not extend the java.lang.Number class?

Show Answer ?

44. Which statement is true?

Show Answer ?

45. What will be output of following int tooSmall = Integer.MIN_VALUE – 1

Show Answer ?

46. Which of the following method is used to create a thread?

Show Answer ?

47. Inserialization object is stored in form of?

Show Answer ?

48. A package is a collection of

Show Answer ?

49. Which of the following defines a legal abstract class?

Show Answer ?

50. Which of the following may have null value?

Show Answer ?