what is static import in java? Explain
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
Why we go for collections in java?
What is the difference between a vector & an array list?
What do you mean by checked exceptions?
how to connect two diffrent applet files
Can a class have a static inner class?
how an we achive multiple inhetitance in java using interface..??
Java Compiler is stored in JDK, JRE or JVM?
what is ABSTRACTION and what are using in real time project?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
What does a method signature consist of?
What is the use of join method?