Sunday, 7 April 2013
MCQ #13
›
Question) Given this code what is the output? class Exam { protected String level = "Easy"; public void printLevel(...
MCQ #12
›
Question) Given this code what is the output? boolean b = false; if(b = true) { System.out.println("Yes"); } Options) ...
Saturday, 6 April 2013
MCQ #11
›
Question) Are you allowed to have more than one top level (non inner) class definition per source file? Options) No Yes Answer) Yes...
Interview Question #7 What is final in java?
›
A final class can't be extended ie., final class may no...
Interview Question #6 What is static in java?
›
Static means one per class , not one for each object no matte...
‹
›
Home
View web version