Java Interview Question asked to me on several interviews
- What is the difference between SOAP and REST web services and which is better ? and Why?
- What do you mean by asymtotic notations? Explain the types and describe complexity during insertion, deletion and update of ArrayList.
- What is Join in sql? Explain the types of Join. When left join is used?
- What is the difference between Algorithm, Psudo code and Flow chart?
- Implement Factory pattern in Java.
- What is Recursion? Write java code to print number from 1-10.
- What is Reflection? When it is applicable?
- What is the difference between Interface and Abstraction?
- What is Lamda expression? Explain the application of it.
- Difference between Interface, FunctionalInterface and Abstraction?
- Explain keywords static, final and finally.
- What is difference between Exception and Error?
- Is Javascript is Object Oriented Programming language?
- What is the difference between Javascript Object and JSON?
- What is connection pooling?
- Explain about Hibernate with its applications?
- Write the syntax of Jquery?
- What are the properties of Java?
- How Java is platform independent programming language?
- Write Java code to determine the prime numbers?
- What is access specifier? Explain private access modifier. How to access private method outside of the package, class?
- What is dependency injection in spring framework?
- What is scope?
- Give an example explaining about OneToOne, OneToMany and ManyToMany entity mapping.
- What is collection in Java? Differentiate ArrayList and LinkedList.
- What is Polymorphism?
- What is unit testing? How to implement it?
- Explain SDLC.
- Explain Agile Methodology.
- Describe about Design Patterns used in java?
- What is MVC Design pattern?
- When singleton design pattern used?
- What is strategy design pattern?
- What is Activemq? Explain about the working principle of Activemq.
- What is Functional Programming? When it is used?
- What is serialization?
- What is transient variable? When it is used?
- What is Docker? What are the applications of it?
- What is box model in CSS?
- What does xmlns mean in HTML?
Comments
Post a Comment