Some facts about java
() – This is called a pair of Parentheses ; The semicolon or semi-colon (;) ” double quotation markhttps://en.wikipedia.org/wiki/Quotation_mark class first character will be capital. To create an object in java class_name object_name(as you want) = new(keyword) class_name (); To call variables or fields in java object_name.variable_name = value; To refer the variables of another class …