I’ve trouble shoot this and still i have an error saying objectnot declared. Please help with this code. I’ve pretty much writtenthe entire code.
Here’s the Question:
Write a multithreaded client/server application that allows theclient to ask the user for a String. The String is put into anobject of type MyString with attributes stringValue and length. TheClient sends the MyString object to the server. The serverapplication accepts the String, sets the stringValue to the reverseof the String and sets the length attribute to the length of theString then sends the MyString object back to the client. Theclient prints the MyString object. The
OR
OR