0% found this document useful (0 votes)
30 views

Java Basics To Refer Java-8

The document outlines several Java concepts grouped under Java 8, OOPS, and Spring basics. Under Java 8, it lists lambda expressions, limit method, and collectors as key topics. For OOPS, it lists concepts like blank final variables, static/dynamic binding, interface methods, static import, exception propagation, nested/inner classes, and garbage collection. For Spring basics, it lists topics like bean factory vs application context, dependency injection types, autowiring modes, bean scopes, dispatcher servlet, using Hibernate with Spring, Java collections in Spring, and Java objects in Spring.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Java Basics To Refer Java-8

The document outlines several Java concepts grouped under Java 8, OOPS, and Spring basics. Under Java 8, it lists lambda expressions, limit method, and collectors as key topics. For OOPS, it lists concepts like blank final variables, static/dynamic binding, interface methods, static import, exception propagation, nested/inner classes, and garbage collection. For Spring basics, it lists topics like bean factory vs application context, dependency injection types, autowiring modes, bean scopes, dispatcher servlet, using Hibernate with Spring, Java collections in Spring, and Java objects in Spring.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Java Basics to refer

Java-8

Lambda expression
Limit method
Collectors
Method references

OOPS

Blank final variable?


Static binding and dynamic binding
Interface method static?
Static import?
Exception propagation?
Nested classes and inner classes?
Garbage collector

Runtime class?

Transient keyword?

Arithmetic Exception is thrown?


Private or protected?
Error and an exception?
Generics
Overloading and overriding?

Spring Basic questions


Bean Factory and the Application Context?

Constructor injection and setter injection?

Auto wiring modes in spring?

Bean scopes in spring?

Dispatcher Servlet?
access Hibernate by using spring
Java Collection in spring
java object in spring

You might also like