Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Java J2EE Interview Questions
Questions Answers Views Company eMail

What is cascadetype in hibernate annotations?

370

What is hibernate sessionfactory and how do you configure it?

366

What is hibernate configuration?

473

How to get single record from database using hibernate?

461

What is bootstrap in hibernate?

391

What is getcurrentsession in hibernate?

462

What is foreign key in hibernate?

371

What is hibernate context?

344

How to write update query in hibernate?

448

What is session evict in hibernate?

397

What is sessionfactory in hibernate?

359

How to use limit in hibernate query?

456

What is the use of persistent store in weblogic?

971

What is connection factory in websphere?

806

Is jms an api?

843


Un-Answered Questions { Java J2EE }

What is an event and what are the models available for event handling?

1009


Write code to implement bubble sort in java?

1007


What exactly is a .class file?

1061


What is jpa in spring?

438


Is struts 1 still supported?

954


What is auto configuration in spring boot? : Spring Boot

401


Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic

1005


What is an escape syntax?

1006


What is hibernate session factory?

347


public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?

2592


Can we make main() thread as daemon?

1127


What is %d in printf?

1054


What is hibernate database?

477


What is the enumerator of the java collection framework? : java collections

1050


What is base package in spring?

485