Hi guys)
I'm just starting to learn Java and I want to become a Java developer. I don’t know what I should learn with Java to be able to get a job. Do you have any suggestions?
Daniel
Level 3
What should I I learn with Java?
Comments (34)
- Popular
- New
- Old
You must be signed in to leave a comment
vlad_smirnov
23 March, 17:57
If you're looking for software developers, you can't go wrong with Eventyr company. They have a vast pool of talent from which to select, and their developers have years of experience creating custom software solutions for various industries. Their team's expertise, combined with their commitment to delivering high-quality software, makes them a go-to choice for many companies.
0
Anonymous #11271861
31 January, 18:48
I discovered this website recently and I find this is an excellent website to gain Java knowledge both in theory and practice. Once you finish the designed learning path from this site, you are prepared to learn Enterprise Java. I see they are still in development, but you can search for similar learning articles in these areas. Then you are ready to pick an Java job.
0
Gargi Raghav
30 January, 06:08
Although there are numerous things to master with java , I advise you to concentrate on DATA STRUCTURE AND ALGORITHMS because this is the most effective way to get a job with a competitive salary.
+1
vlad_smirnov
29 November 2022, 15:49
If you need a reliable company specializing in software development, I advise you to pay attention to Intetika https://intetics.com/. This is the most powerful company, where the best specialists in this field work. It is they who will select and help develop any stage of your startup, as well as apply the latest technologies for this.
0
Shivam Verma Web Java Developer
3 November 2022, 05:18
There are so many programming languages to learn. Java or JavaScript is to implement many digital devices that help us with everyday tasks like shopping, banking, and bookings. It is popularly used in GUIs (graphical user interfaces), software development, web and mobile applications, and game development.
0
Ricky Roy
16 July 2022, 06:32
In Today's Era, there are a ton of programming dialects that will presumably shape our future. In any case, when we begin getting the hang of programming we start with the C language then continue on toward C++ or one of the numerous other programming dialects. However, today I will discuss the most famous programming language which is known as Java. The prominence of Java can be credited to its flexibility as it very well may be utilized to configuration altered applications that are light and quick and fill an assortment of needs.
0
Jamesallen Software Developer
28 June 2022, 17:07
There are many language courses out there, and the choice of which one you should take depends on your learning style. So, which one should you take? It’s your decision!
You should earn Java because it is a cornerstone of programming and a solid foundation for all programming languages.
Java has been around for a long time and has a rich history. It is an object-oriented language and has a lot of syntaxes that are similar to C/C++. It is a very common language and is often used in large-scale web applications
0
programmers.io
23 February 2022, 12:03
Need to read a lot-
1. Spring Framework
2. Java API and Libraries
3. JVM internals
We are dedicated to help you build the java applications and technologies that meet your business aspirations. We know the latest versions and libraries and can integrate technologies to satisfy your expectations.
0
Sarthak Bhati
4 February 2022, 08:32
1.Become familiar with Spring framework.
2.Master Java APIs and Libraries
3.Focus more on JVM internals
4.Enhance your knowledge of design patterns
5.Learn Java 8
Know more
+1
Jonaskinny Java Developer at Sandmedia
31 January 2022, 23:50
I'll give you advice I received from my mentors back in Java 1.2/1.3. One has been teaching Java since at least the mid 90's, and the other was the head developer for Legal Zoom's Machine Learning group (last I knew)
When you are starting out don't use any IDE. Use notepad or equivalent (no highlighting, language recognition etc.), the JVM compiler, and command-line for compilation. This will force you to understand Classloading/ClassPath, teach you how to interpret JVM errors/messages, and hide nothing from you while you begin your understanding of the fundamentals. Later when you start using containers like Tomcat/Glassfish etc, run them from command-line yourself, and tail their logs as you would the compiler while building via command-line. Once you get working for a company, you will understand where in the code/config to handle situations that would baffle juniors that started out with IDE's and other helper-tools that hide details that, imo, are critical to understanding what/where/how is happening now and in the future on any container/framework/platform.
+6
Robbie_Robot Student
4 October 2022, 05:17
My teachers at college force you into using Eclipse <puke> just to make their life easier.
For me I am a command line kind of guy so I typically write my code in Vim (text editor), I can also run Jshell for testing smaller snippets of code and compile code using javac. My teacher claims I am doing it the hard way and no one does it that way so its a waste of time. Ya, that is exactly why I am here, because I spend more time monkeying around with the horrible IDE then I do just writing code!
0