Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: About myself

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default About myself

    Good noon to every one....

    I am new to Java programming... Please clarify my doubts ASAP even those are silly...

    Thanks in advance...
    V18

    --- Update ---

    Can any one clarify that.. is it possible to typecast int type to double type in Java?

  2. #2
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: About myself

    I am not sure about int to double...but we can typecast to int from double like...(int)double value

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: About myself

    Welcome to the Forum! Please read this topic to learn how to post your code correctly along with other useful info for newcomers.

    A useful way to answer these kind of questions is to write a small program to try it and see what happens. You can use the practice, and the exercise will likely teach you more than the answer to the simple question. Quite often, the answer to simple questions are "What have you tried?" and we like to see the effort and the results from them.

    Good luck!