In a class implementing an interface, can we change the value of any variable defined in the interface?
No Answer is Posted For this Question
Be the First to Post Answer
Have you ever used hashtable and dictionary?
Can we have any code between try and catch blocks?
is there a separate stack for each thread in java? : Java thread
What is a copy constructor in java?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
When should I use stringbuffer?
What is object of class in java?
What is the advantage of OOP in java?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
Can we execute java program without main method?
Define reflection.
Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???