🎯Java is an object-oriented programming language, and everything is written within classes.
🔢Different data types in Java include int (integer), double (floating decimal point), boolean (true or false), char (character), and string (collection of characters).
💻Variables can be assigned different values and manipulated in Java, and they must be declared before use.
🌐Strings in Java are denoted by double quotation marks and can contain any characters.
🔀Variables can be assigned values of other variables, allowing for manipulation and calculations.