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

Is it possible to compare various strings with the help of == operator? What are the risks involved?

1063

What technique can be employed to compare two strings?

1097

enlist some features of jdk.

952

Describe method overriding

1124

Describe the term diamond problem.

1028

describe method overloading

1014

Why multiple inheritance is not supported by java?

976

Define the term string pool?

1002

What is use of super keyword in java?

1017

How to restrict a member of a class from inheriting by its sub classes?

1341

How does ejb invocation happens?

991

What is the procedure for the creation of stateless ejb?

972

What are the advantages of java beam?

1071

Explain the important elements of ejb?

971

Explain the concept of connection pooling feature of ejb container?

963


Un-Answered Questions { Java Related }

Is null function in java?

1034


What are some of the best practices for spring framework?

476


Is string an object in java?

872


What is boolean example?

965


How do I put a message back on the queue for processing? : BEA Weblogic

1027


How can duplicate form submission be handled in struts 2?

980


What does hibernate simplify?

361


What does this () mean in constructor chaining concept?

1119


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 ?

2574


Name three subclasses of the component class?

1101


What does || mean in code?

1032


What is string and example?

1032


What are the different types of ejb?

971


How many action classes can be used in struts application?

982


What is java transaction service (jts)?

968