Explain about strings in java?
No Answer is Posted For this Question
Be the First to Post Answer
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 covariant return type?
Tell some latest versions in JAVA related areas?
Why singleton pattern is better than creating singleton class with static instance?
What happens when main () method is declared as private?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
why Java does not support multiple inheritances?
What are the characteristics of java?
Explain different ways of creating a thread. Which one would you prefer and why?
Explain different data types in Java.
What is a qms manual?
What is the difference between size and length in java?