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...

J2EE Interview Questions
Questions Answers Views Company eMail

what is data modeling?what is final method

Oracle,

1 5392

whay java does not support bass by reference

NIIT,

3034

How to call main class with in main class?

IBM, Infosys,

2 7294

Use of private variable while creating properties ???

1 4057

Which one should we prefer while using bean ? managed bean annotation or faces-config

1 3660

Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...

ASD Lab,

2337

I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????

CTS,

3 6275

I Want build and release interview questions

3587

for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??

4447

Please explain about internal casting and external casting in java..?

3095

what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?

HCL,

2569

I’m new to WebLogic Does anyone knows how to Deploy Application using

2255

Urgent recruitment in CTS for JAVA .Experience 3 to 10 years.

CTS,

1 5600

What is the J2EE module?

1102

What are the components of J2EE application?

1092


Post New J2EE Questions

Un-Answered Questions { J2EE }

Which edition of java is used for developing web application?

927


Where is java used?

957


Describe the file types *.ear, * .jar and *.war?

1061


What are the component of java?

967


Is java 100 percent pure object oriented?

981


What is a j2ee component?

962


What are the technologies a java developer must know?

947


What is java servlet container?

987


What is a gui in java?

939


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 ?

2623


What is j2ee module?

1072


What is the ear file?

1000


What type of code is java?

916


What is j2ee and j2se?

1001


What is jlayeredpane java?

1029