+ 2
Packages in Java
WAP to create a package as MyPack having a class with three methods: max, fact and show. Use it in other folder with setting classpath and without setting class path. The methods mentioned above can be used to perform any specific task. Please implement this code keeping in mind that we have to run it in jdk using cmd.
1 Resposta
0
Not sure if I'd be much help, but maybe this could be answered if you showed what you have so far?