I think that the reason this question has not been answered is because nobody understands the question!!! What exactly are you asking??? So, I will try to answer the question, but only in a very...
Well, where do you want to put your methods? You can still have external libraries which have static methods you can call, if you are looking to just write a function.
Class in Java is a blueprint which is used to create objects in Java. Class contains both methods and variables and that's how it is different with C struct construct. in Java there are built in...
Class with capitol C" is a final class in the java.lang.Class package with helper methods for classes and interfaces in a running Java application. Object foo = Class.forName("Foo").newInstance();...