Java Interview Question
Hello friends here i will give you some Java Interview Questions which is generally asked in any interview.
- What do you know about Java?
- List any five features of Java?
- Why is Java Architectural Neutral?
- How Java enabled High Performance?
- Why Java is considered dynamic?
- List two Java IDE’s?
- What do you mean by Object?
- Define class?
- What kind of variables a class can consist of?
- What is a Local Variable?
- What is a Instance Variable?
- What is platform?
- What is a Instance Variable?
- What is a Class Variable?
- What is the main difference between Java platform and other platforms?
- What is Singleton class?
- What do you mean by Constructor?
- List the three steps for creating an Object for a class?
- What gives Java its 'write once and run anywhere' nature?
- What is the default value of byte datatype in Java?
- What is the default value of float and double datatype in Java?
- When a byte datatype is used?
- What is classloader?
- What is a static variable?
- What do you mean by Access Modifier?
- Is delete,next,main,exit or null keyword in java?
- What is protected access modifier?
- What do you mean by synchronized Non Access Modifier?
- What is the default value of the local variables?
- According to Java Operator precedence, which operator is considered to be with highest precedence?
- Variables used in a switch statement can be used with which datatypes?
- When parseInt() method can be used?
- Why is String class considered immutable?
- Why is StringBuffer called mutable?
- What is constructor?
- What is the difference between StringBuffer and StringBuilder class?
- Which package is used for pattern matching with regular expressions?
- java.util.regex consists of which classes?
- What is the purpose of default constructor?
- What is finalize() method?
- What is an Exception?
- What do you mean by Checked Exceptions?
- Explain Runtime Exceptions?
- Does constructor return any value?
- Which are the two subclasses under Exception class?
- When throws keyword is used?
No comments :
Post a Comment