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

Thread: Miscellaneous questions

  1. #1
    Junior Member
    Join Date
    Apr 2014
    Location
    Pune,Maharashtra
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Miscellaneous questions

    Why Java is considered dynamic?


  2. #2
    Junior Member
    Join Date
    Apr 2014
    Location
    Pune,Maharashtra
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default packages in java

    Which package is used for pattern matching with regular expressions?

    --- Update ---

    Ans: java.util.regex package is used for this purpose

  3. #3
    Junior Member
    Join Date
    Apr 2014
    Location
    Pune,Maharashtra
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default threads

    Is garbage collector a dameon thread?

  4. #4
    Junior Member
    Join Date
    Apr 2014
    Location
    Pune,Maharashtra
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default threads

    Can the Garbage Collection be forced by any means?

  5. #5
    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: Miscellaneous questions

    Your questions are best answered by typing them into your favorite search engine and hitting the search button, rather than typing them into a forum and hitting the post button. If you don't understand what you read, then post a specific question about what you read and any further questions about it. I am locking this thread because it contains so many disparate questions, each seemingly a homework question, and each readily answered with a little effort in research.

Similar Threads

  1. questions
    By fahid in forum Java Theory & Questions
    Replies: 1
    Last Post: December 5th, 2012, 04:42 AM
  2. List of my Java3D Questions, and Proguard questions
    By Zachary1234 in forum Java SE APIs
    Replies: 0
    Last Post: November 16th, 2012, 09:40 PM
  3. Few questions
    By CSUTD in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 11th, 2011, 09:23 PM
  4. A few questions
    By adenverd in forum Java Theory & Questions
    Replies: 3
    Last Post: May 26th, 2010, 03:34 AM
  5. [SOLVED] Some serious questions,
    By Time in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 17th, 2010, 02:52 AM