CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: arnavkumartechno

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    3,639

    Re: Java class without main method?

    But i am using jdk 1.7 and what do you mean by
    What do you want to say? Will it be executed or not?

    I am running the above code successfully but eclipse is not able to run it.
  2. Replies
    7
    Views
    3,639

    Re: Java class without main method?

    Thank you Norm for your replies, I really appreciate it.
  3. Replies
    7
    Views
    3,639

    Re: Java class without main method?

    Thank you Norm for your valuable reply, but if main method is required to start a program in Java then my problem is with this code:

    class WithoutMain
    {
    static {
    System.out.println("Hello...
  4. Replies
    7
    Views
    3,639

    Java class without main method?

    Is it possible to have a class with no main method in Java and still working perfectly??
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured