write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.
2174write a program to create an arraylist and listeterator.and value should be enter through keyboard.
1 4022write a program to create an vector and listeterator.and value should be enter through keyboard.
1 3958How could Java classes direct program messages to the system console, but error messages, say to a file?
2 9378give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
4 64721.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
TCS,
2 5067
What is the difference between array and array list in java?
What is an 8 bit word?
Why are the objects immutable in java?
How do you avoid global variables?
can used Protected Class outside Function.?
What is a double vs float?
What is integer size in java?
What is a nonetype?
Why are arrays useful in java?
What is the difference between iterator and enumeration ?
Which java ide is used the most?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is t in generics in java?
What does .equals do in java?
Can we convert list to set in java?