After the the demo project is compiled, there are many .class file in the out>production>testPrj>apidemo. Basically, each file will have one .class file
I expect to ente
For running from console you have to do few things:
apidemo.ApiDemo
has main() for lunching your program.javac ApiDemo.java
run compiled files with .class
extension, providing full class name (with packages):
java apidemo.ApiDemo