Java

Annotations
Collections
Exception Handling
Flow of control
Garbage Collection
Generics
Interfaces and Inheritance
IO
Java Type System
Lambdas
Questions
.https://docs.oracle.com/javase/tutorial/java/generics/bounded.html
Weak reference
.https://docs.oracle.com/javase/8/docs/api/java/lang/ref/WeakReference.html
Reflection
.https://www.oracle.com/technical-resources/articles/java/javareflection.html
StringBuffer and StringBuilder
.https://docs.oracle.com/javase/tutorial/essential/exceptions/runtime.html``
You want subclasses in any package to have access to members of a superclass. Which is the most restrictive access that accomplishes this objective?
Polymorphism, Typecasting, Encapsulation, or Abstraction?
Object.wait() method does?
Interface vs Abstract?
Lambda Expressions
.https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html
Last updated
Was this helpful?