Answer Posted / niltarlekar
object can pass in network from one place to other
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between stream and buffer?
What does mean in regex?
Can we instantiate interface in java?
What is mvc in java?
Can I uninstall java?
What is jdbc api?
How do you join strings in java?
What is the purpose of final keyword and when to use it?
How is the marker interface used in Java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is literal example?
Why we use multi threading instead of multiprocessing?
Is it possible for yielded thread to get chance for its execution again ?
What is sizeof in java?
Difference between final and effectively final ? Why is effectively final even required ?