cdac end module core java questions with answers

CDAC Core Java Practice Questions

11. What will be the output :
String x=’0123456789′;
System.out.println(x.substring(5,8));

Show Answer ?

12. The layout of a container can be altered using which of the following methods:

Show Answer ?

13. Which statement is true?

Show Answer ?

14. How can a client prepare itself for callbacks from RMI server?

Show Answer ?

15. Which of the following, are valid return types, for listener methods:

Show Answer ?

16. Which of the following is not a keyword?

Show Answer ?

17. Which of the following is not a Marker Interface?

Show Answer ?

18. Which of the following is not a valid event class?

Show Answer ?

19. When an applet begins awt call following sequence of method

Show Answer ?

20. The concept of multiple inheritance is implemented in Java by

Show Answer ?