What all access modifiers are allowed for top class ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the functionality of the stub?
What is serializable interface?
13 Answers Infosys, Probity Soft, Seed Infotech,
Is it possible to use string in the switch case?
What is the use of Getters and Setters method ?
hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class
wht is mean by dirty read?
What is an enumeration?
What is sizeof () operator?
What is the purpose of checked and unchecked exceptions in JAVA?
Does java linked list allow duplicates?
Explain, why the constructor is required in implemented class?
Can you run the product development on all operating systems ?