LIST OF ATTEMPTED QUESTIONS AND ANSWERS True/False Question Nested if is less efficient then switch statement. Correct Answer True Your Answer True Select The Blank Question ________ are stored in hierarchical manner. Correct Answer Packages Your Answer Packages Select The Blank Question The mechanism by which java frees the memory occupied by unused objects is ________. Correct Answer Garbage Collection Your Answer Garbage Collection Multiple Choice Single Answer Question When you implement an interface method, it must be declared as :- Correct Answer Public Your Answer Public Multiple Choice Single Answer Question What are primitive data types? Correct Answer byte, short, int, long Your Answer byte, short, int, long ...