What is an empty string in css?
No Answer is Posted For this Question
Be the First to Post Answer
How will you communicate between two applets?
How to add and remove nodes in Jtree?
What are inbuilt functions in java?
What is the smallest package in Java API?
What is the difference between the >> and >>> operators?
what is the difference between @include page and @include file
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
how can you catch multiple exceptions in java?
What's the base class of all exception classes?
What do negative exponents mean?
What are functions in java?
Give a brief description of java socket programming?