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

Explain inversion of control, how to implement it.

458

What is a bean definition made up of?

410

What are the types of dependency injection supported by spring?

397

What do you mean by spring java based configuration?

468

What do you mean by aop?

427

What are the disadvantages of auto wiring?

569

Explain inversion of control?

428

What does bean scopes spring support? Explain each.

439

What do you mean by spring beans? What does bean scopes spring support? Explain each.

465

How many types of modules are there in spring? Name them.

417

What do you mean by spring ioc container?

449

What are the features/ characteristics of spring?

420

Explain dependency injection and its types?

420

In how many ways, can one configure spring into an application?

398

What do you mean by spring beans?

426


Un-Answered Questions { Java J2EE }

What is meant by overloading?

1082


What is the no_acknowledge acknowledge mode used for? : BEA Weblogic

1005


What is the difference between beanfactory and applicationcontext in spring?

471


How do you escape json?

1003


Which collection does not allow duplicates in java?

991


public class ActionSearchBean extends GenericSearchBean { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

2476


What is the size of integer?

1109


How do you check if an arraylist is not empty?

1139


Differences between C and Java?

1219


What is the use of token interceptor in Struts2?

1098


What is delegatingvariableresolver?

411


What is document?

1028


How can you achieve internationalization using messagesource?

453


Explain the difference between awt and swt.

1045


Have you ever used hashtable and dictionary?

1036