Posts by Marcia Lima • 31 points
2 posts
-
0
votes1
answer46
viewsQ: Interpreting code with bundled classes
I have 3 classes in the package com\scja\exam\planetas. I also have a class with method main in the pacote com\scja\exam\teste. The method main is responsible for printing the name of the planets. I…
javaasked Marcia Lima 31 -
3
votes3
answers504
viewsQ: Javac command with more than one packaged class
I have 3 classes in the package com\scja\exam\planetas. I also have a class with method main in the package com\scja\exam\teste, responsible print the name of the planets. I need to compile this…
javaasked Marcia Lima 31