Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 days ago.
Improve this question
Sup guys. Wanna learn java, know there are really expirienced dudes, so can you recommend me some literature, resourses and stuff kinda that? Thx in advance.
I started to learn, but i`d like to get some advices and recommends.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 days ago.
Improve this question
I'm a new coder and I want to try and starting using more than just robots. I want to also use scanner objects, but I can't seem to find any good tutorials. Does anyone here know any?
I've tried to look on YouTube but I haven't had much luck
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 days ago.
Improve this question
I am going to develop a claim management system and would like to have a simple work flow for it in java
When i searched i come across https://formsflow.ai/ (or) https://www.jbpm.org/ and not sure whether there is any other good workflow to handle simple work flows and efficient and not very complex
Please kindly advise.
Thanks
Advise/Suggestion/Comments
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 months ago.
Improve this question
How to use Javafx and Hibernate in one project? Does anyone have an example with that? It will be very helpful. It's necessary for me to understand that.
If I were you I'd hop on github and search for projects that have both javafx and hibernate in it.
https://github.com/search?q=javafx+Hibernate&type=Repositories&ref=advsearch&l=&l=
There is this one project here, that seems to be a boilerplate example for the two.
https://github.com/No3x/javafx-boilerplate-hibernate
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a library that can compare two javabeans by their properties and tell you the differences between them?
I was thinking this would be something BeanUtils will do but can't find it in the documentation
Basically I want to 'diff' them
No, there is no library for this, because it is trivial to implement.
Just use the code from the link that artbristol provided in the comment.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am trying to learn how to connect my Java code to an MySQL database. I am looking for some good video tutorials (if none exists, I'd be interested in non-video tutorials). Thanks in advance, this will really help me!
Start with sun tutorial. IMHO its the best.
java2s will help you