Can substring create new object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

When should I use abstract classes and when should I use interfaces?

2 Answers  


What is the use of a conditional inclusion statement in Java ?

0 Answers   Global Logic,


How can you reverse a string?

8 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,






explain me with a code snippet about the generation and handling of null point exceptions.

1 Answers  


Does constructor be static?

0 Answers  


How to use string tokenizer class.

0 Answers  


why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)

2 Answers  


What happens if an exception is throws from an object's destructor?

0 Answers   Amazon,


Difference between comparator and comparable in java?

0 Answers  


How Marker Interfaces are instruct to complete the desired need ?

2 Answers  


Categories