- Why the container does not support multiple layout managers
- Which class is the super class for all classes in java.lang package?
- What are differences between Enumeration, ArrayList, Hashtable and Collections and
- How many JVM could be run on an operating system. if only one then what is the logical reason.
- What is JVM Heap Size? How does it affect the performance of the Application?
- We know that Object class is super class of every class & a class extends only one class. so How is it possible to a class to extend other than Object class?
- What is difference between string and stringtokenizer?
- How can you load DLL files when your java class is loading first time ?
- If two overloaded methods are - test(Object xyz) and test(Customer cust) [Assume Customer is a class with member name of type String]. Now if we call test(null), which method will be called? why?
- When are you using arraylist and linkedlist?
- When are you using hashmap and hashtable?
- Can we have run() method directly without start() method in threads?
- How to use JNI in Java? What are Struts and Jini? How to apply native code in Java?
- Can we have run() method directly without start() method in threads?
- How to use JNI in java? and what are Struts and jini?and how to apply native code in java?
- Strings are immutable.But String s="Hello"; String s1=s+"World"; S.O.P(s1); means printing "HelloWorld". How ?
- What is the difference between classpath and path variable?
- If we have two public classes in a single java file, How I have to give the name of the particular java file and How I can compile it?
- Is there any difference between Execution Engine and the JIT in java?
- How single threaded model works after implementation in class, basically architecture point of view?
Core Java Interview
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment