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 6 of 6

Thread: please answer some basic question

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default please answer some basic question

    Hello
    i want to know answer of some question regarding thread.


    1-Which method is used for registering a thread with the thread scheduler ?
    2-is it possible to get daemon thread directly?
    3-When JVM start up,which thread will be started first?
    4-Which thread is not allowed for sleep?
    5-Is there a separate stack for each thread in JAVA?
    6-Is self thread interruption possible?

    if you know the answer of any of the question then please reply
    Thanks


  2. #2
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default Re: please answer some basic question

    Here you go.

    P.S - Just so you know, we're not a homework service so nobody here is going to do your work for you.
    If you have a specific issue on a topic that you're struggling to get to grips with, don't be shy to ask for some tips.
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: please answer some basic question

    Ironically, the top hit for google when I hit newbie's link was the cross-post.

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/42480-please-answer-some-basic-question-if-you-can.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


  4. #4
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: please answer some basic question

    Quote Originally Posted by newbie View Post
    Here you go.

    P.S - Just so you know, we're not a homework service so nobody here is going to do your work for you.
    If you have a specific issue on a topic that you're struggling to get to grips with, don't be shy to ask for some tips.
    Recently I given some interview then they asked me that Q
    Before creating this thread, i searched on Google but i did not find the answer then i joined some forum to get answer,now you are saying that this is homework.
    Friend if you knew then you could also just reply in one words that is not a very big homework
    Anyway Thanks
    Last edited by togaurav; April 16th, 2011 at 02:00 AM.

  5. #5
    Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: please answer some basic question

    Sorry Sir
    i did not read rule
    From now onwards i will follow that
    Thanks

  6. #6
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default Re: please answer some basic question

    If they were interview questions and not homework, then apologies but with the way in which you posted, it was an easy mistake to make.
    Either way, Google has more then enough information on a majority of those questions, so researching them (thoroughly) yourself would have shown some good faith.
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code

Similar Threads

  1. Really Quick n00b question, should take three seconds to answer
    By joeschmidt45 in forum Java Theory & Questions
    Replies: 4
    Last Post: February 24th, 2011, 05:23 AM
  2. [SOLVED] Begginer Question please help ASAP! (Easy to Answer)
    By Bagzli in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 11th, 2010, 10:00 PM
  3. Replies: 5
    Last Post: August 5th, 2010, 09:16 PM
  4. [SOLVED] Asking what I suspect to be a very basic question
    By Noobert in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 24th, 2010, 07:42 AM
  5. How to link two classes in java to use it method
    By Sterzerkmode in forum Object Oriented Programming
    Replies: 3
    Last Post: May 13th, 2009, 06:52 AM