Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: J2SE Category

OCP-Oracle Certified Professional 0

OCP-Oracle Certified Professional

The Oracle Certification Program certifies candidates on skills and knowledge related to Oracle products and technologies. Credentials are granted based on a combination of passing exams, training and performance-based assignments, depending on the level...

What is Generics? 0

What is Generics?

What is Generics? J2SE 5.0 provides compile-time type safety with the Java Collections framework through generics Generics allows you to specify, at compile-time, the types of objects you want to store in a Collection....

How can you achieve Multiple Inheritance in Java? 0

How can you achieve Multiple Inheritance in Java?

Java’s interface can be used to implement multiple inheritance, with one important difference from c++ way of doing multiple inheritance: the inherited interfaces must be abstract. This obviates the need to choose between different...