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

Search:

Type: Posts; User: arnavkumartechno

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    3,630

    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
    3
    Views
    1,492

    Re: Looking for java programer for game

    Is it like chess game or anything else but looking like similar to chess.

    I do not know 3D java coding but the pic are really attractive to do work on it.
    Your contact email Id has been removed.
  3. Replies
    3
    Views
    4,996

    Re: Help with Arrays

    Why dont you try yourself..??
  4. Loops increase the time of execution

    I read that if your code is having no loop than it will work faster and we should avoid the loops. But how can it be possible to avoid loops? Without loops coding can not be done. How can they say...
  5. Replies
    0
    Views
    10,434

    java Captcha

    Can i make my own Captcha to generate a unique number? Java can have third party jars for it. But i want to do it myself. Can one help me? Thanks
  6. Replies
    2
    Views
    18,562

    Re: Life cycle of servlet and Jsp?

    I got it:
    320373203932041
  7. Replies
    2
    Views
    18,562

    Life cycle of servlet and Jsp?

    Can one tell me what is the difference between life cycles of servlet and Jsp?
  8. Replies
    0
    Views
    1,277

    Java I18N (Multilevel Languages)

    Which is the easiest way to use I18N in Java. What i use for this is property file. I make a key in my property file and give it a value in my desired language. Is there any other easier way than...
  9. Replies
    7
    Views
    3,630

    Re: Java class without main method?

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

    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...
  11. Replies
    7
    Views
    3,630

    Java class without main method?

    Is it possible to have a class with no main method in Java and still working perfectly??
  12. Replies
    1
    Views
    6,130

    Re: Creating a DataSource

    Re: Creating a DataSource

    Which database is being used by you???
    If you have given the .jar files correctly then now you have to give some details to connect with database like:

    String...
  13. Replies
    3
    Views
    10,238

    Re: array quiz

    you have to use these questions in for loop to be printed one by one and for answers to be chosen and compared with the user input values i would like to choose mapping (part of collection). you can...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured