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 Related Interview Questions
Questions Answers Views Company eMail

What is merge in hibernate?

435

What is indexing in hibernate?

444

What is persistence context in hibernate?

413

What is detached entity in hibernate?

354

What is named sql query in hibernate?

418

What are the five steps of orm?

338

What is named native query in hibernate?

379

What is detached object in hibernate?

456

What is the purpose of an orm?

462

What is difference between save and merge in hibernate?

549

What is save method in hibernate?

417

What is inversejoincolumns in hibernate?

523

What are the 3 levels of orm?

411

Is hql database independent?

596

What is session clear in hibernate?

391


Un-Answered Questions { Java Related }

How do you download stubs from Remote place?

1807


What type of value does sizeof return?

1028


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 ?

2596


Tell me IHS executable files, means bin directory files?

874


Explain the steps involved in placing a servlet within a package?

1072


What is table per concrete class in hibernate?

421


How will you load a specific locale?

996


What is the usage of Hibernate QBC API?

512


in EJB diclare the static methods are not?

3462


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

979


What is difference between @pathvariable and @requestparam in spring?

454


What is servlet in web technology?

1066


Difference between process and thread?

1048


Can we have more than one package statement in the source file?

1074


How do I call a servlet with parameters in the url? : BEA Weblogic

1004