Why char array is favored over string for the storage of passwords?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of interface?
What is OOP's Terms with explanation?
What are the features in java?
What is meant by packages?
What is the purpose of a transient variable?
What is diffrance between FINALIZE() & FINALLY ?
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
What is the use of singleton class?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
Why wait and notify methods are declared in object class?
Is array size fixed in java?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.