write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.
1404write a program to create an arraylist and listeterator.and value should be enter through keyboard.
1 3043write a program to create an vector and listeterator.and value should be enter through keyboard.
1 2829How could Java classes direct program messages to the system console, but error messages, say to a file?
2 7927give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
4 46821.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 3665
How you can force the garbage collection?
Explain about instanceof operator in java?
Is singleton class thread safe?
Why string is not a wrapper class?
What is difference between checked and unchecked exception in java?
Can we declare a class as static?
java program with complete 4 oops concepts implemented example
What is the numeric promotion?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Is sizeof a preprocessor?
How to create com object in Java?
Why inputstreamreader is used in java?
What is the old name of java?
What is the best definition for data?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?