What can you do with Java

Obreh Winfrey

Truly Brehthtaking
Supporter
Joined
Nov 18, 2016
Messages
20,852
Reputation
25,540
Daps
131,998
That's like asking what you can do with a toolbox. Nearly anything you set your mind to. You're better off telling us what you're trying to accomplish by learning Java because just learning Java doesn't really open any doors. Your competition is other developers, 90% chance they know Java and a host of other languages.
 

Renkz

Superstar
Supporter
Joined
Jun 12, 2012
Messages
7,846
Reputation
2,365
Daps
18,158
Reppin
NULL
Learning java allows you to understand oop principles, and concepts like high cohesion and low coupling and having the flexibility to develop on a linux/mac/pc. You could learn java and start developing apps on android or make websites using it. But, the job market for solely for java skills is disappointing:francis:.
 

Falcon

Rookie
Joined
Dec 16, 2012
Messages
224
Reputation
90
Daps
417
Reppin
NULL
Honestly, if you are just starting out, start learning Javascript on FreeCodeCamp.org

or if you have some serious math chops -- learn Python and get into the Data Science / Machine Learning field
 
  • Dap
Reactions: .r.

Freedman

Choppers For Karate Nggas
Joined
Jun 27, 2012
Messages
18,061
Reputation
6,000
Daps
88,833
Reppin
Louisiana
Currently taking an Intro to programming class and we're learning Java. It's a freshman level class so were learning the basics but it's pretty cool . First 2 weeks and we covered objects, classes, types, variables ,functions, arguments. As far as actual programming we did print statements, keyboard Inputs, and some math word problems
 
Last edited:

Yapdatfool

Superstar
Joined
May 5, 2012
Messages
8,512
Reputation
1,194
Daps
22,456
Reppin
NULL
I would add on HTML5 to javascript as well. I would get as far away from Java as possible, its dying and those entities that use it will be switching to another platform in the next 5-10 years or so due to another major vulnerability. Firefox and Chrome don't allow java to run on its browser. You can still do things with the language, just be aware of its limitations and don't get into the 'java for web programming' game, get into the 'java for android' niche instead (until they do away with that too)
 

Saucay

Banned
Joined
Aug 9, 2017
Messages
259
Reputation
-205
Daps
777
Breh, unless you want to work for a big software company you may want to look into HTML/Javascript/Angular/React. This is where the jobs are.

Been learning programming from this dude.

 
Joined
Mar 10, 2017
Messages
1,574
Reputation
-450
Daps
1,777
Breh, unless you want to work for a big software company you may want to look into HTML/Javascript/Angular/React. This is where the jobs are.

Been learning programming from this dude.


What do these languages help with?
 

Saucay

Banned
Joined
Aug 9, 2017
Messages
259
Reputation
-205
Daps
777
What do these languages help with?

Responsive websites(mobile friendly), web apps and hybrid apps.

Hybrid apps allow you to deploys your mobile apps on both iOS and Android without having to build them in native languages for both iphones(c-objective) and android phones(Java).

I am not an expert yet but I assume you are a newbie. So unless you want to go ahead with Java, here is a guide on what you should learn. You gonna have to do some reading to find out what you like tho:

HTML, CSS3. Then Bootstrap
Javascript
React or Angular or Vue.js (These are Frameworks that allow you to build applications in Javascript)
 
Joined
Mar 10, 2017
Messages
1,574
Reputation
-450
Daps
1,777
Responsive websites(mobile friendly), web apps and hybrid apps.

Hybrid apps allow you to deploys your mobile apps on both iOS and Android without having to build them in native languages for both iphones(c-objective) and android phones(Java).

I am not an expert yet but I assume you are a newbie. So unless you want to go ahead with Java, here is a guide on what you should learn. You gonna have to do some reading to find out what you like tho:

HTML, CSS3. Then Bootstrap
Javascript
React or Angular or Vue.js (These are Frameworks that allow you to build applications in Javascript)
Ohhhh I c. What does c++ do I've heard about them but I don't even know what it does
 

Saucay

Banned
Joined
Aug 9, 2017
Messages
259
Reputation
-205
Daps
777
Ohhhh I c. What does c++ do I've heard about them but I don't even know what it does

C++ / Java / C all these are powerful programming languages that are used to build enterprise level software. If you learn one, the others will be easy to learn.
It all depends on the type of things you want to build.
It suggest you do some youtube watching. It's plenty of good information. Start with something like: why learn java or c++. Java vs Javascript...
 

you're NOT "n!ggas"

FKA ciroq drobama
Supporter
Joined
May 1, 2012
Messages
14,638
Reputation
6,346
Daps
63,369
Reppin
Astronomy (8th light)
Breh, unless you want to work for a big software company you may want to look into HTML/Javascript/Angular/React. This is where the jobs are.

Been learning programming from this dude.




What do you think about Django/Python? I was spoke with one of the lead devs at my job yesterday for advice getting into the field and he was really suggesting I go that route, but that's kinda cuz they're used for our company. I'm a little familiar with Python, HTML and JavaScript... the route you're talking seems more in line with the platforms I'm utilizing right now for projects, though... along with PHP :jbhmm:
 
Top