Latest Answer: A Web server exclusively handles HTTP requests, whereas an application server serves business logic to application programs through any number of protocols. ...
Will the View get refreshed immediately when you update a database table. If it does not get refreshed immediately, what method you use to refresh it ?
Latest Answer: hai ...
Latest Answer: Design Pattern: pattern describes a problem which occurs over and over again in out environment, and then describes the core of the solution to that problem, in such a way that you can use this solution a million times over, without ever doing it the ...
Explain MVC (Model-View-Controller) architecture ? What acts as controller ? How views get updated ?
How do you capture requirements ? Using what method you make sure that requirements are properly captured?
Latest Answer: 2-Phase commitThis protocol between the transaction manager and all the resources enlisted for a transaction ensures that either all the resource managers commit the transaction or they all abort. ...
Some websites will have hierarchical display of items. (For eg, on click of a + symbol, all items under this item gets listed.). How do you store such structure in database (Note: You can store as XML object. But how do you store in database tables without using XML) ?
Latest Answer: 3rd level of normalization is basically to remove the redundancy of data & to preserve the functional dependencies.for a relation with set of FDs 'F' ,its in 3rd NF wrt closure of F if satisfies anyone of the following 3 conditions:-1) A -> B should ...
View page << Previous 1 [2] 3 Next >>

Go Top