Explain all java features with real time examples
No Answer is Posted For this Question
Be the First to Post Answer
What does this() represent, and how is it used in Java?
What is array length?
How do you check if two given string are anagrams?
Is it possible to override private or static method in java?
Can you sort a list in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is the difference between equals() and?
In method overloading ,if i change the return type to Long instead of INT,is the program execute
Explain jdk, jre and jvm?
Can array grow dynamically in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.