Answer Posted / caughtme
say string s1="1234567";
for(int i=s1.length()-1;i<=0;i--)
{
System.out.Println(CharAt[i].toString());
}
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
Is multiple inheritance supported by java?
Can constructor be inherited?
Write a program to search a number in the given list of numbers.
How to declare objects of a class ?
What does function identity () do?
What is the purpose of tostring() method in java?
What is meant by call by reference?
What does next mean in java?
What is the purpose of garbage collection in java?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Explain the importance of finalize() method.
Explain the difference between association, aggregation and inheritance relationships.
Which class is the superclass for all the classes?
What is hasnext in java?
Why main function is static?