+ 1
About java
i am new in caoding can you tell me that what things we can do with java
4 Answers
+ 6
You can create a lot of types of variables (integers, characters, booleans, strings...) print some text, create new files and write them. You have the GUI, and a lot of others things !
+ 5
GUI means "Graphical User Interface"
+ 4
Stands for "Getting User Input". It allows you to write some text in the result of your code (in Java, it's the Scanner class).
+ 1
what is gui