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)

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Hello, I need to make an original code that's completely new but I don’t understand this Java Question may someone help me out, may you also submit the completed code typed out the code in text form please instead of a screenshot of a screenshot ?
Make a class 'StrìngMethods!.
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 strịng)
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 endindex)
Transcribed Image Text:Make a class 'StrìngMethods!. 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 strịng) 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 endindex)
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY