Manthan Vasani

Engineer by Education Developer by Profession

Full Stack Software Engineer at AppMixo

Studied at California State University

Studied at Ashadeep Science School, Surat

Skilled in Business Analystic, Business Analystic, Java Developer, Business Analystic, Java Developer

Certified in Android Application Developer

Theory Of Computation: Important Question

Theory Of Computation: Important Question

JDBC Programming: Advanced Java

JDBC programming is explained by darshan institute.

What is hibernate ? List the advantages of hibernate over JDBC

Hibernate is used convert object data in JAVA to relational database tables.

What is inheritance in Java ? Type of Inheritance

What is inheritance in java explained in this topic and what is type of inheritance

What is abstract class in Java ?

Abstract class is a class which cannot be instantiated.

What is Final Keyword in Java ?

The final keyword in java is used to restrict the user.

What is interface in Java. And what use of interface.

Using the keyword interface, you can fully abstract a class interface from its implementation. How we can implementing this, it shown in this notes.

What is Multi Threading in Java . ..

Java provides built-in support for multithreaded programming.

Explain Thread and life cycle of Thread.

Thread is born, started, runs, and then dies.

Explain Java Server Faces (JSF) and his life cycle

JSF is called as java server faces, it explained in this notes.

Nested Class and Inner Class in Java

what is nested and inner class, it will show in this topic

Method Overloading in Java

How to overload method in java programming. How to invoke method .