Make a class 'StringMethods! It contains a private instance String variable. Add these instance methods to your StringMethods class: Constructor that takes a String literal and assigns it to the private String variable. Include getters and setters. Check if this string equals the exact string contents of another string returns boolean true/false. reallyEquals(String string) Check if this string matches another but ignores letter casing. caselessEquals(String string) Check if the string shares an interned reference with another string. internedEquals(String string) A method that prints out the string. printThis() A method that returns a char of the largest value in the string. getTopChar() A method that prints out the string arranged in alphabetical order. printAlpha() *Must handle the mixture of Capital and Lowercase letters* For Example "OnceUponATime" Should output "AceeimnnOopTU" A method that returns an int array of the ASCII char values of the characters in the string. getAsciiArray() Make a method that returns a substring. getSubstring(int startIndex, int endlndex) Make a static Class level overloaded method that returns a substring. getSubstring(String inputString, int startindex, int endlndex)

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question
Hello, I don’t understand this Java Question may someone help me out, may you also type out the code please and take a screenshot ?
Make a class 'StringMethods!
It contains a private instance String variable.
Add these instance methods to your StringMethods class:
Constructor that takes a String literal and assigns it to the private String variable.
Include getters and setters.
Check if this string equals the exact string contents of another string returns boolean
true/false.
reallyEquals(String string)
Check if this string matches another but ignores letter casing.
caselessEquals(String string)
Check if the string shares an interned reference with another string.
internedEquals(String string)
A method that prints out the string. printThis()
A method that returns a char of the largest value in the string. getTopChar()
A method that prints out the string arranged in alphabetical order. printAlpha()
*Must handle the mixture of Capital and Lowercase letters*
For Example "OnceUponATime" Should output "AceeimnnOopTU"
A method that returns an int array of the ASCII char values of the characters in the
string. getAsciiArray()
Make a method that returns a substring. getSubstring(int startIndex, int endindex)
Make a static Class level overloaded method that returns a substring.
getSubstring(String inputString, int startindex, int endlndex)
Transcribed Image Text:Make a class 'StringMethods! It contains a private instance String variable. Add these instance methods to your StringMethods class: Constructor that takes a String literal and assigns it to the private String variable. Include getters and setters. Check if this string equals the exact string contents of another string returns boolean true/false. reallyEquals(String string) Check if this string matches another but ignores letter casing. caselessEquals(String string) Check if the string shares an interned reference with another string. internedEquals(String string) A method that prints out the string. printThis() A method that returns a char of the largest value in the string. getTopChar() A method that prints out the string arranged in alphabetical order. printAlpha() *Must handle the mixture of Capital and Lowercase letters* For Example "OnceUponATime" Should output "AceeimnnOopTU" A method that returns an int array of the ASCII char values of the characters in the string. getAsciiArray() Make a method that returns a substring. getSubstring(int startIndex, int endindex) Make a static Class level overloaded method that returns a substring. getSubstring(String inputString, int startindex, int endlndex)
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Methods of StringBuilder class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,