In Java Language. I need the main program of the chatseesion.java class given below. Make sure that your output matches with the one given below. Buster Posey, 28: HelloAlexis. C-O-N-G-R-A-T-U-L-A-T-I-O-N-S! Buster Posey, 28: SAN FRANCISCO STATE UNIVERSITY. Way to go! Alexis: Thank you, Posey! Nice to e-meet you here! Buster Posey, 28: Likewise, Alexis. Very nice chatting w/ you. Buster Posey, 28: How many SF Giants Thank You cards would you like to order? Alexis: 3 Buster Posey, 28: In 3 lines, please provide [1] Recipient name [2] Art symbol (a character) [3] Message to recipient ChatSession.java package assignment02PartB; // Please organize all the given files in 1 same package // Please make sure to read the provided "_ListOf-PleaseDoNotChange.txt" public final class ChatSession { // Static Data Fields // // Instance Data Fields // // // Constructors // public ChatSession() { } // // Instance Methods // // // Additional Instance Methods // private void startChatSession() { } private void connectChatters() { } private void chat() { } private void runQuiz() { } private void stopChatSession() { } public void runChatSession() { } // // Language // } Buster Posey, 28: Card #1: Alexis: [1] Mom Alexis: [2] @ Alexis: [3] Thank you very much, Mom <3 Buster Posey, 28: Card #2: Alexis: [1] Dad Alexis: [2] # Alexis: [3] Thank you, Dad! Buster Posey, 28: Card #3: Alexis: [1] Friends Alexis: [2] $ Alexis : [3] Yahooooooooooo!!!!! Buster Posey, 28: Thanks, Alex. Please confirm your order: Alexis: Very nice! Thank you, Posey. Buster Posey, 28: Thank you again, Alexis. See you at your graduation ceremony! SF Giants: *** FREE TICKETS to SF GIANTS Games *** SF Giants: Which type of class has 'protected' constructors? Alexis: abstract SF Giants: Correct! SF Giants: What type of method did Java 8 add to 'interface'? Alexis: default SF Giants: Correct! SF Giants: What new keyword did Java 13 add to 'switch' statement? Alexis: yield SF Giants: Correct! SF Giants: In Java 15, what keyword pairs with 'sealed'? Alexis: permits SF Giants: Correct! SF Giants: Giants in Spanish? Alexis: Gigantes SF Giants: Correct! SF Giants: Take me out to the...? Alexis: Ball Game SF Giants: Correct! *** Congrats! You won FREE TICKETS to SF GIANTS Games *** 2021/06/06 02:08:34 [0334 ms] PM PDT - Chat session ended.
In Java Language. I need the main program of the chatseesion.java class given below. Make sure that your output matches with the one given below.
Buster Posey, 28: HelloAlexis. C-O-N-G-R-A-T-U-L-A-T-I-O-N-S!
Buster Posey, 28: SAN FRANCISCO STATE UNIVERSITY. Way to go!
Alexis: Thank you, Posey! Nice to e-meet you here!
Buster Posey, 28: Likewise, Alexis. Very nice chatting w/ you.
Buster Posey, 28: How many SF Giants Thank You cards would you like to order?
Alexis: 3
Buster Posey, 28: In 3 lines, please provide
[1] Recipient name
[2] Art symbol (a character)
[3] Message to recipient
ChatSession.java
package assignment02PartB;
// Please organize all the given files in 1 same package
// Please make sure to read the provided "_ListOf-PleaseDoNotChange.txt"
public final class ChatSession {
// Static Data Fields
//
// Instance Data Fields
//
//
// Constructors
//
public ChatSession() {
}
//
// Instance Methods
//
//
// Additional Instance Methods
//
private void startChatSession() {
}
private void connectChatters() {
}
private void chat() {
}
private void runQuiz() {
}
private void stopChatSession() {
}
public void runChatSession() {
}
//
// Language
//
}
Buster Posey, 28: Card #1:
Alexis: [1] Mom
Alexis: [2] @
Alexis: [3] Thank you very much, Mom <3
Buster Posey, 28: Card #2:
Alexis: [1] Dad
Alexis: [2] #
Alexis: [3] Thank you, Dad!
Buster Posey, 28: Card #3:
Alexis: [1] Friends
Alexis: [2] $
Alexis : [3] Yahooooooooooo!!!!!
Buster Posey, 28: Thanks, Alex. Please confirm your order:
Alexis: Very nice! Thank you, Posey.
Buster Posey, 28: Thank you again, Alexis. See you at your graduation ceremony!
SF Giants: *** FREE TICKETS to SF GIANTS Games ***
SF Giants: Which type of class has 'protected' constructors?
Alexis: abstract
SF Giants: Correct!
SF Giants: What type of method did Java 8 add to 'interface'?
Alexis: default
SF Giants: Correct!
SF Giants: What new keyword did Java 13 add to 'switch' statement?
Alexis: yield
SF Giants: Correct!
SF Giants: In Java 15, what keyword pairs with 'sealed'?
Alexis: permits
SF Giants: Correct!
SF Giants: Giants in Spanish?
Alexis: Gigantes
SF Giants: Correct!
SF Giants: Take me out to the...?
Alexis: Ball Game
SF Giants: Correct!
*** Congrats! You won FREE TICKETS to SF GIANTS Games ***
2021/06/06 02:08:34 [0334 ms] PM PDT - Chat session ended.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 4 images