What is the purpose of abstract class?
No Answer is Posted For this Question
Be the First to Post Answer
What are scalar data types?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
When super keyword is used?
Explain what is encapsulation?
How many threads does a core java have?
Why string is immutable or final in java
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
What is arrays fill in java?
How can we make copy of a java object?
Why set do not allow duplicates in java?
What is jpa specification?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.