PDA

View Full Version : Java programming experience?



Infinite_limit
03-06-2015, 08:07 AM
$50 if you help me take an online exam. PM me

DarrinS
03-06-2015, 09:03 AM
Why don't you just learn the damn language?

The Reckoning
03-06-2015, 09:22 AM
bring the joptionpain brah

baseline bum
03-06-2015, 11:57 AM
Just read the Core Java books by Horstmann. Easy language to pick up if you have done OOP before.

ElNono
03-06-2015, 02:15 PM
The one language I avoid like the plague... I even write our Android shit in C#...

baseline bum
03-06-2015, 02:36 PM
The one language I avoid like the plague... I even write our Android shit in C#...

What do you hate about Java nigga?

Infinite_limit
03-06-2015, 02:44 PM
What do you hate about Java nigga?
x2

Infinite_limit
03-06-2015, 02:44 PM
Why don't you just learn the damn language?
A 100% is worth $50 to me

ElNono
03-06-2015, 02:47 PM
What do you hate about Java nigga?

- even with JIT, performance lags compared to compiled languages.
- poor/broken runtime (lol the Date/Calendar classes, go take a peek at stack overflow. Still broken as of Java 7)
- UI portability is BS. The UI might look native in Windows, but you move the exact same app to a Mac, and it looks like shit.
- class overrides within some lambda hackery => spaghetti code
- garbage collection another performance hit, unless you manually manage collection (at which point having a garbage collector is fucking retarded)

C# actually shares some of those traits (see: garbage collection). But at least the runtime works, and LINQ let's you do powerful single-liners.

DarrinS
03-06-2015, 08:11 PM
At least knowing Java made learning C# a breeze. But I agree with Elnono.

Infinite_limit
03-06-2015, 08:27 PM
At least knowing Java made learning C# a breeze. But I agree with Elnono.
Take my Midterm for me bitch

TDMVPDPOY
03-08-2015, 12:27 AM
i thought this was about JAV :D

ElNono
03-08-2015, 03:56 AM
Another reason to hate Java: Oracle

Oracle Now Bundling Ask.com Adware With Java for Mac

For years, Oracle has been bundling an Ask.com search toolbar with Java for Windows, relying on what some call deceptive methods to get users to install the add-on to their browsers. Now, the company has extended its adware strategy to Java for Mac, according to ZDNet.

http://www.macrumors.com/2015/03/05/ask-adware-java-mac/

Infinite_limit
03-08-2015, 04:25 AM
I paid an Indian boy. He scored 88 outta 100. Not worth it. Will study next time

Flawless
03-09-2015, 01:30 AM
Anyone know of some good online tutorials for java?

Infinite_limit
03-09-2015, 01:44 AM
Anyone know of some good online tutorials for java?
Nothing specific. There are countless sites. I used filesloop.com to download my textbook. I can email you a digital copy if you like.

Hortsmann & Savitch make great Java books

ElNono
03-09-2015, 01:46 AM
Anyone know of some good online tutorials for java?

http://www.learnjavaonline.org/
https://www.learneroo.com/modules/11
https://www.udemy.com/java-tutorial/
http://codingbat.com/

hater
03-09-2015, 01:20 PM
Lol programming language smack talk

Java was a fundamental language and there would be no c# and other languages without it. It also bought the multiplatform model that everyone copies from.

That being said. Java is antequated now and Java apps do tend to be sluggish.

But Java was revolutionary make no mistake about it

baseline bum
03-09-2015, 01:24 PM
That being said. Java is antequated now

:cry The keyword here for everything from the 90s :cry

ElNono
03-09-2015, 02:12 PM
Java always has been a dumbed down C++ with a rich set of built-in libraries. It's design was influenced by a lot of languages (ie: the interface stuff is a direct ripoff of protocol in Obj-C).

In that sense, it certainly removed a bunch of nuisances that made C++ tedious or complicated for beginners. Header files, pointers, templates, cross-compilation, etc.

C# would've happened anyways. It was designed by the Borland Turbo Pascal original designer, and it's underpinnings are closer to C++. It was more of a cross-breed of C++ and Visual Basic, tbh.

It certainly borrowed from other languages like Java, but later iterations of Java borrowed heavily from C# also.

TDMVPDPOY
03-11-2015, 09:58 AM
question about programming

what is the most common used language in the industry atm?

do you really need to learn all the languages?

DarrinS
03-11-2015, 11:42 AM
question about programming

what is the most common used language in the industry atm?

do you really need to learn all the languages?



1. Java (lol)
2. C
3. C++
4. C#
5. Objective-C

ElNono
03-11-2015, 01:23 PM
question about programming

what is the most common used language in the industry atm?

do you really need to learn all the languages?

Latest RedMonk survey:
http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/

You don't need to learn all the languages, no. A lot of them are fairly similar, once you understand the core concepts.
Knowing more languages does open more opportunities though.

Infinite_limit
03-11-2015, 01:50 PM
1. Java (lol)
2. C
3. C++
4. C#
5. Objective-C
No Pascal fail