String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 18201Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
1 5343when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
6 9370explain System.out.println
Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,
107 201917what is difference Between Core Java and advance java
HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
60 176366when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
3 6567
What are the types of methodology?
What is array list in java?
What is namespace in java?
Why pass by reference is not possible in java?
What does .equals do in java?
Which method returns the length of a string?
What is jit compiler in java?
How to change value in arraylist java?
What is covariant return type?
Outline the major features of java.
How do you start a thread?
How many types of parsers are there?
Explain method overloading?
What loop means?
Explain listiterator and methods in listiterator?