How is string immutable in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is java pass by value or pass by reference?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What is main in java?
What are the elements of java?
How can we run a java program without making any object?
What will happen if we cannot mention "finally" in Java Program ???
Difference between the paint() and repaint() methods?
Can interface be private in java?
What is defined as false sharing in the context of multithreading?
What is a nested structure?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
What is singletonlist in java?