This is will be the most silly question that you'd ever heard from someone and apologize for that.

I will try to demonstrate my issue so you guys can clearly understand it.
Let's say that i have the following class inside one package
Code: Select all
public class Demonstration { public Demonstration() { } public void doStuff() { //code }
I can write newbie code but i cant even test if it is actually working!
Any help would be highly appreciated
Thank you