How will you retrieve the third row of a table in ms-sql without using use of cursors and conditions?
Latest Answer: I would like to look for my career growth....... ...
Latest Answer: A sendRedirect() instructs the browser to reload a different page. So the browser ends up making two calls to get a page. A forward() acts on server-side and makes the browser wait while the server internally hands of processing of the request to ...
Latest Answer: Interface must have an abstract method. Interface have no access modifers. Interface used to define the method and members. Abstract class is class. it has access modifiers. Abstract class cannot be instantiated but it can be ...
Latest Answer: The Singleton is a useful Design Pattern for allowing only one instance of your classThe Singleton's purpose is to control object creation, limiting the number to one but allowing the flexibility to create more objects if the situation changes. Since ...
Latest Answer: Polymorphism : Its a object oriented concept (defined in design phase) Polymorphism concept of using operators & functions in different ways depending on what they are operating on.Operators overloading : Using operators in differentways depending ...
How do you manage people, how you do reviews, testing ? Do you use any automated tools for testing ? How do you do performance testing ?
It's pretty straightforward. You can use the java.net.URLConnection and java.net.URL classes to open a standard HTTP connection to the web server. The server then passes this information to the servlet
View page [1] 2 Next >>

Go Top