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.

Page 85 of 86 FirstFirst ... 357583848586 LastLast
Threads 4201 to 4250 of 4270

Forum: Java Theory & Questions

Only post general Java theory & questions here.

  1. Question [SOLVED] Isn't this hashCode method self-referential/recursive?

    Started by NimbleSpeaker, January 26th, 2022 10:37 AM
    hashcode, override, recursive
    • Replies: 5
    • Views: 1,575
    January 26th, 2022, 11:40 AM Go to last post
  2. Question Java String Pool - Beginner Question

    Started by na9ort, January 28th, 2022 02:19 PM
    • Replies: 4
    • Views: 1,918
    January 28th, 2022, 08:09 PM Go to last post
  3. Trying to understand how these two types of code work?

    Started by archangl1, February 8th, 2022 01:27 AM
    • Replies: 3
    • Views: 1,541
    February 10th, 2022, 11:21 PM Go to last post
  4. 'this' implicit parameter

    Started by Rtohagan, February 12th, 2022 08:42 PM
    • Replies: 3
    • Views: 1,659
    February 13th, 2022, 09:11 AM Go to last post
  5. Question Confused about polymorphism

    Started by vittorioc98, February 18th, 2022 03:57 AM
    • Replies: 0
    • Views: 1,687
    February 18th, 2022, 03:57 AM Go to last post
  6. While loop

    Started by tatotevz, February 18th, 2022 06:19 AM
    • Replies: 1
    • Views: 1,771
    February 18th, 2022, 06:43 AM Go to last post
  7. Angry for(int x = 0; x <= 4; x++){

    Started by ijakic, April 8th, 2022 12:08 PM
    • Replies: 7
    • Views: 1,996
    April 9th, 2022, 01:42 AM Go to last post
  8. Help understanding code

    Started by IkonEvolution, April 26th, 2022 07:09 AM
    • Replies: 0
    • Views: 1,698
    April 26th, 2022, 07:09 AM Go to last post
  9. Question Different options in methods

    Started by BeanUser, April 27th, 2022 05:57 AM
    method
    • Replies: 0
    • Views: 1,876
    April 27th, 2022, 05:57 AM Go to last post
  10. General 2D Array Question

    Started by Raftingdon2, July 8th, 2022 11:38 AM
    • Replies: 1
    • Views: 1,726
    July 8th, 2022, 12:03 PM Go to last post
  11. Still don't understand what the 'this' keyword does

    Started by Straitsfan, January 20th, 2022 09:16 PM
    • Replies: 3
    • Views: 2,191
    July 14th, 2022, 07:18 AM Go to last post
  12. Which is better for web application Java or PHP?

    Started by Sumit Bhatt, June 30th, 2022 06:15 AM
    java, php
    • Replies: 3
    • Views: 1,962
    August 26th, 2022, 05:48 AM Go to last post
  13. Java installed but not listed in Windows 10 Apps

    Started by Amoranemix, September 6th, 2022 03:41 AM
    • Replies: 11
    • Views: 2,690
    October 17th, 2022, 12:45 PM Go to last post
    • Replies: 15
    • Views: 2,645
    October 19th, 2022, 04:11 AM Go to last post
  14. Can't get mongodb-driver to work with JDK 8

    Started by metrogon, November 24th, 2022 04:20 AM
    database, java, mongodb
    • Replies: 0
    • Views: 1,848
    November 24th, 2022, 04:20 AM Go to last post
  15. Csv file and object

    Started by Odelllu, December 5th, 2022 12:54 AM
    • Replies: 1
    • Views: 2,136
    December 5th, 2022, 02:12 PM Go to last post
  16. What type of developer do I need?

    Started by chamunt, December 9th, 2022 06:15 AM
    tts
    • Replies: 0
    • Views: 2,280
    December 9th, 2022, 06:15 AM Go to last post
  17. Java & Artifical Intellect

    Started by IceFire, December 18th, 2022 05:21 PM
    • Replies: 0
    • Views: 2,415
    December 18th, 2022, 05:21 PM Go to last post
    • Replies: 0
    • Views: 1,825
    February 3rd, 2023, 03:33 AM Go to last post
  18. Generic class<T> - get T info or class name

    Started by BeloKanto, December 3rd, 2022 11:52 AM
    • Replies: 1
    • Views: 1,991
    February 16th, 2023, 10:45 AM Go to last post
  19. Should Java have a "this" type parameter?

    Started by binary_agartha, September 12th, 2022 09:00 AM
    type parameters
    • Replies: 3
    • Views: 2,414
    February 16th, 2023, 11:06 AM Go to last post
  20. Programs to make graph of Netbeans classes

    Started by MikeS321, February 23rd, 2023 12:36 PM
    netbeans
    • Replies: 2
    • Views: 1,986
    March 13th, 2023, 12:34 PM Go to last post
  21. Post Application Development

    Started by Keran, August 18th, 2022 11:13 AM
    #java
    • Replies: 4
    • Views: 2,631
    March 22nd, 2023, 01:57 PM Go to last post
  22. I wonder which language?

    Started by Dioxazine, March 28th, 2023 02:12 PM
    • Replies: 0
    • Views: 1,587
    March 28th, 2023, 02:12 PM Go to last post
  23. Which pattern for a report.

    Started by Setdetnet, April 5th, 2023 04:32 PM
    • Replies: 0
    • Views: 1,870
    April 5th, 2023, 04:32 PM Go to last post
  24. [SOLVED] Java Code Error - Reversing a Linked List

    Started by Vithika Dutt, April 28th, 2023 01:55 AM
    • Replies: 0
    • Views: 1,925
    April 28th, 2023, 01:55 AM Go to last post
  25. Post Repositories

    Started by Rmzaha, June 23rd, 2023 09:39 PM
    • Replies: 0
    • Views: 882
    June 23rd, 2023, 09:39 PM Go to last post
  26. Question File Updater from Github?

    Started by The Typholorian, June 24th, 2023 08:27 AM
    • Replies: 0
    • Views: 954
    June 24th, 2023, 08:27 AM Go to last post
    • Replies: 0
    • Views: 777
    September 12th, 2023, 03:35 AM Go to last post
  27. Reversing a linked list in Java

    Started by Vithika Dutt, September 14th, 2023 06:07 AM
    • Replies: 0
    • Views: 838
    September 14th, 2023, 06:07 AM Go to last post
  28. Execute a minecraft command on java.

    Started by Garyseg, October 12th, 2022 12:24 AM
    • Replies: 2
    • Views: 2,890
    September 14th, 2023, 06:52 AM Go to last post
  29. Java Code for Preorder Traversal of a Binary Tree

    Started by Vithika Dutt, September 22nd, 2023 03:02 AM
    • Replies: 0
    • Views: 1,137
    September 22nd, 2023, 03:02 AM Go to last post
  30. In Java, are only local variables actually final

    Started by codingkeera, February 24th, 2023 09:00 AM
    • Replies: 2
    • Views: 2,055
    November 12th, 2023, 09:43 PM Go to last post
  31. Running java program

    Started by mikewill53, August 19th, 2022 12:00 PM
    • Replies: 12
    • Views: 2,768
    November 12th, 2023, 10:02 PM Go to last post
  32. Will online compiler be enough to learn java?

    Started by Omar Kairatuly, October 26th, 2023 03:25 PM
    • Replies: 1
    • Views: 816
    November 27th, 2023, 06:38 AM Go to last post
  33. Why Java is better for web development ?

    Started by decipherzone, October 31st, 2018 01:50 AM
    java development, java development company
    • Replies: 19
    • Views: 6,864
    November 27th, 2023, 07:04 AM Go to last post
  34. how does the keyword "this" work?

    Started by javacakes, April 22nd, 2023 06:57 AM
    • Replies: 1
    • Views: 1,885
    November 30th, 2023, 01:36 AM Go to last post
  35. Java Code Challenge: Palindrome Check

    Started by codingkeera, December 13th, 2023 06:51 AM
    • Replies: 1
    • Views: 662
    December 13th, 2023, 06:54 AM Go to last post
  36. Question Question about Java School Assignment

    Started by Dumb_Man, December 13th, 2023 10:14 PM
    homework help
    • Replies: 1
    • Views: 773
    December 14th, 2023, 12:14 AM Go to last post
  37. Can I still use Java as a web client?

    Started by kitfox, November 3rd, 2022 07:10 AM
    • Replies: 2
    • Views: 2,467
    January 4th, 2024, 01:29 PM Go to last post
  38. HashSets

    Started by Saliferous, January 16th, 2024 02:04 AM
    • Replies: 0
    • Views: 445
    January 16th, 2024, 02:04 AM Go to last post
  39. fast maps and fast classes in general

    Started by meems, January 16th, 2024 10:04 AM
    speed maps
    • Replies: 0
    • Views: 535
    January 16th, 2024, 10:04 AM Go to last post

Page 85 of 86 FirstFirst ... 357583848586 LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •