Can we split string with in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by constructor?
Why we used vector class?
Explain the difference between serializable and externalizable in java?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
What are the different types of constructor?
Can we extend singleton class?
What is the difference between compile-time polymorphism and runtime polymorphism?
What is skeleton and stub?
What is a double?
Why is Java a platform independent language?
How could Java classes direct program messages to the system console, but error messages, say to a file?
Can classes declared using the abstract keyword cab be instantiated?