String s1=new String("abc") String s2=new String("abc") String s3="abc";String s4="abc";wht is output when s1=s2;s2=s3;s3=s4;s4=s1;
Hi..This is Jahnavi. I completed my B-Pharmacy. Now i planning for M-Pharmacy. But i was not sure abt M-Pharmacy. if i lost M-pharmacy, what has to be my next step. What are the different...
what is Garbage collection in java and when it is used?
Wht is life cycle of an JSP?
What is an interface in java...how it is used? Y it is used?