Java mcq with answers on this keyword

mcq+this

1.this always will points to Current class object Super class object Wrong Correct This always points to current class object which is under execution 2.We can use this... read more ?

Core java multiple choice questions with answers on method overloading

mcq++method+overloading

1.Method overloading means? Multiple methods with same name same arguments Multiple methods with same name different arguments Multiple methods with different name different arguments Wrong Correct Defining multiple... read more ?

Java mutliple choice questions with answers on constructors

mcqs+constructor

On the request of many friends we added java multiple questions with answers. Java mcq questions with answers on constructors. We will add all java topics multiple questions... read more ?

How to get java source files from jar file

how+to+get+source+code+from+jar+file+in+eclipse

Jar : Java Archive is a group of .class files. We can create a jar file using following commands jar -cvf  example.jar test.class jar -cvf example.jar *.* To... read more ?

Hibernate Native sql query with example

hibernate+native+sql+query

By Using Hibernate Native SQL we can write database dependent queries as part of hibernate. Hibernate Native Sql allows us to write create , update,  delete and insert... read more ?

Hibernate Named Query Introduction Tutorial

Named+query+example

If we are using HQL or Native SQL queries multiple time then it will be code mess because all queries will be scattered throughout the project. Hibernate Named... read more ?

Hibernate Criteria Query Language (HCQL)

Hibernate+Criteria+Examples+HCQL

In Hibernate we pull the data from data base in two ways. session.get()/ session.load() Hibernate query langugae Now we will discuss about the third way Hibernate criteria query... read more ?

Select Menu