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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

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.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education