Tell me the Importent classes in net package?
No Answer is Posted For this Question
Be the First to Post Answer
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 Answers Flextronics, Keane India Ltd,
What is a predicate method?
What are the high-level thread states in java programming?
How does list work in java?
why an outer class cannot be declared as private?
How do generics work in java?
Difference between this() and super() ?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is OOP?
Inorder to specify a container?s layout, which method is used?
How can you say HashMap is syncronized?
What is instanceof keyword?