What is the role of the java.rmi.naming class?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between class#getinstance() and new operator ?
Can we use a switch statement with strings?
what is difference between Exception and Error?
What is data string?
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
What happens when heap memory is full?
Is Java is 100% pure OOPS? Explain?
What class of exceptions are generated by the java run-time system?
Is ++ operator thread-safe in java?
what is difference between prepare stetement and callable starement with example?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
what do you mean by stream pipelining in java 8? Explain