What are the types of arrays in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is class and its types?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
What is constructor in java ?
write a program to create an vector and listeterator.and value should be enter through keyboard.
Can we declare a class as abstract without having any abstract method?
What is collection class in java?
Advantages of Inheritance in java.
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What is the use of singleton?
What is stringbuffer in java?
Is array a class?
What is the difference between a synchronized method and a synchronized block?