Posted by: redlotus February 18, 2009
its again java problem
Login in to Rate this Post:     0       ?        

JAVA 101 level:


Write a Java application that creates an instance of the String class and initializes this instance with a String literal. Use a for loop structure to print the string in reverse order. Implement the following two String member methods to complete the assignment.




  • length( )


  • charAt( )

Write a program to test your class MyStringTest.


Continue to properly document your source code. Write this program as if you were explaining it to someone new to arrays. Fully document your code in such a way newcomers to Java will understand and be able to implement a Java array. Your grade on this assignment will be based on your thoroughness of documentation as well as you correctness of code.

Read Full Discussion Thread for this article