Answer Posted / sameer
stream is a sequence of data items.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are the elements of a borderlayout organized?
What is the purpose of the finally clause of a try-catch-finally statement?
Why a client should be multithreading? Explain.
whats is mean by tiles in struts
what is Activation Instantinator?
What restrictions are placed on the location of a package statement within a source code file?
What is RMI and what are the services in RMI?
Have you used threads in Servelet?
Why are my checkboxes not being set from on to off?
What is the relationship between local interfaces and container-managed relationships?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
what is handle?
Why use a datasource when you can directly specify a connection details?
How primary key is implemented in Oracle?
Explain the steps in details to load the server object dynamically?