Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "#programming #java"
-
Logic Gem found at work today.
if (value != null) {
return value;
} else {
return null;
}
😂 😂😂😂😂😂10 -
My dad picked up programming in Java as a hobby when I started my own dev company. We pair program on the weekends! 😁8
-
And that's why there are scientific programming languages:
"Hey, you are the Java guy, aren't you? My Java is broken!"
Me: *Takes a look at the code*
if ("4+4".equals("5+3")) {
System.out.println("Same result!");
} else {
System.out.println("Different result!");
}15 -
I thought "Java" and "Javascript" are the same language at the first time I learnt programming 😂😂😂13
-
*Wants to learn a programming language*
*visits Udemy*
*It's costly af*
*Visits youtube*
*Plays learn complete java in 30 min*
*Completed*
*Visits hacker earth*
*Started solving a problem*
-- eternity later--
*Still on same problem*
*Cries in corner*
THE END18 -
Popularity of programming languages according to the DRRDSI (DevRant Rubber Duck Selling Index):
1. JS
2. Java
3. Python
4. C#
5. PHP
6. C++
7. Ruby
8. SQL
9. Swift20 -
What my lecturer think I have learned:
- Programming Patterns
- C, C++, Java
- Socket programming, web programming
- Operating system...
What I have actually learned:
1. printf("Hello World");
2. echo "Hello World";
3. console.log("Hello World");
4. Console.Writeline("Hello World");
5. cout << "Hello World" >> endl;
6. System.out.println("Hello World");
7. puts "Hello World";
8. "Hello World"
9. write("Hello World");
10. Display "Hello World"10 -
At our first programming course at uni (it was in C), a student asks in class:
Student: what is a pointer?
Teacher: i don't know, i only know Java.
How the hell did the poor guy end up teaching C then?!6 -
Friend: hey I started learning java..
Me: great, good luck.
*After few minutes
Friend: Hey I heard you're good in java programming..
Me: yeah I know stuff.
Friend: So can you teach me all good things in java?
Me: but..
Friend: half hour is supposed to be enough, right?
Me: hell no, it's not like that..
this stupid thinks half hour is enough to transmit all my career to his stoned brain..
I am going to die!12 -
Friend: Is blockchain a programming language?
Me: No it's a java framework
Friend: Ah, thanks for clarification.6 -
It's not a date but ok..
my classmate (that time) was not that good in programming in Java. So she asked me about some topics. After I explained them to her we had some talk, and we liked each other.
Well, today we're waiting for our daughter ..12 -
Language and their user:
C - programming language of God
C++ - Pagan Deity
C# - Beethoven
Java - Jesus
Python - The Crocodile Hunter
Ruby - Miyamoto Musashi (samurai)
Rust - Da Vinci
JavaScript - Satan
PHP - Justin Bieber23 -
How to start coding (for fucktards)
1: Choose desired programming language like python or java
2: Search on youtube or google: "<language> tutorial beginner"
3: if step 2 was to hard for you...
STOP learning how to program, you are hopeless
4: Instead of asking everyone on how to learn programming, just fucking DO IT already!
Seriously, if you don't even know how to use google and youtube to educate yourself programming is NOT FOR YOU!9 -
Him: Is Hava a type of programming language?
Me: What?
Him: Hava!
Me: *looks at what he's looking at*
That's fucking Java 🤣😂11 -
To the guy who said that java is the best programming language. Sorry if it has been posted before.13
-
What?!?
There is an ^= operator in Java for booleans. I have been programming in Java for 4 years now and never knew this. Like b ^= true will flip b.
Mind blown; this is the greatest thing ever14 -
Me teaching a co-worker programming.
Him:"So what exactly is the difference between Java and JavaScript?"
Me:"About the same as the difference between cars and carpets."
Thank you guys for teaching me how to answer that.2 -
In database course we should be thaught "database", not "MySQL"
In object-oriented programming course we should be thaught "object-oriented programming", not "Java"
And so on and so forth8 -
Friend: I want to start competitive programming. What should I to ?
Me: You should know at least one programming language like C++ or java ...
Friend: No problem, I know HTML ....
Finally Me: Oh God save me..4 -
On my annoying radar today - devs who learn one language and then *insist* on using it for everything, even when it makes absolutely zero sense.
"Ooh I'd like to do some microcontroller development. But I only know Java. How do you run Java on a microcontroller?"
"...You don't."
"...but I heard a talk where someone did it. Look, there's this microjava page. How do I use it?"
"It's an interesting technical demo, but that's it. Dude, just learn C. It's not hard, Java has C style syntax anyway and this way you can...."
"...but I only want to use modern programming languages. C is irrelevant these days, it's pointless me learning it."
"It's definitely still relevant if you want to program a microcontroller."
"...but I want to do that in Java."
🤦♂️15 -
Public service announcement: Do not get married to your language, tools, or way of doing things. If there's an easier solution to something, try it before dismissing it. No language is perfect, and dumping everything on the responsibility of an API or framework can cause more headache then solve it.
Case in point: I love Java for backend programming, but node.js is a better solution to frontend programming then depending on JSP's and HTML within the same Java project. Less things go wrong and it's easier to debug issues.
There is no best programming language. Only best practices and using the right tool for the right job.
#exceptC++fuckthatlanguage
:^)15 -
so i guess ill use my code.org teacher for this:
"credit card information is encrypted with the public keys"
"lists and arrays are the same thing"
"javascript is a powerful, fast, programming language" (bhahahaha)
"javascript is [only] used in web browsers"
"java and javascript are *extremely similar* but not the same"12 -
PM: Guys, we have to upgrade Java 8
Me: hey check out all these cool functional programming stuff (lambdas)in Java 8.
PM: Sorry you can't do that. Our automated testing software isn't up to date to test Java 8. So you have to code it "vanilla"
Me: Erm, upgrade it?
PM: we didn't budget it for that.
Me: *thinks to me miself* brilliant8 -
It's time for another teacher story. So grab a cup of tea and listen.
We were casually talking about Arduino programming because he told me he teaches this in another class.
Teacher: it's so sad that i can't use my java code on the Arduino. I mean the Arduino uses java so there shouldn't be a problem.
Me: *internal* HOLD THE FUCK ON
Me: you know that the Arduino uses c and not java, do you?
Teacher: but the Arduino can do java commands! How do you explain this!?
Me: because java uses the c-syntax and it's more of a coincidence that they're named the same way?
Teacher: huh. Ok. But C# doesn't use it, am i right?
How can someone this dumb be a programming teacher 🤦6 -
Everyone in the class on the first day of college "I like programming, Java, C,C++". They don't even know that JavaScript and Java are different. Now I have to work with them on projects for 2 years. 😭
P.S. First Rant!12 -
I tried to learn Java by watching tutorial videos on YouTube. After falling sleep on chapter 3, the next day I started programming in JavaScript.
Don't ask how, don't ask why.
And yes, I thought that Java and JavaScript was the same... For about 5 minutes until finding StackOverflow.
Good times.2 -
I'm in grade 9.
I started a programming club in my school.
I told them that I'd teach basic HTML,JS,CSS,C++,C,Java.
Nobody signed up.
Because it happens on Thursdays.
FML.
However, people told other people that I have wicked programming skills and so one of the school staff asked me to help them maintain their school website, which is currently just Google Sites (*vomit).
:(12 -
Using Eclipse for java programming.
My program doesn't work... No errors, no warnings, the logic seems good.
A couple of hours of debugging later still nothing.
I close it and open it again, it works, thanks Eclipse.5 -
I am programmer for over 1 year and still don't drink coffee and other alcoholic drinks to be energetic😅36
-
Am I the only one who is triggered by seeing all of the stupid articles claiming Java is bad introduction language? Just becuase Standford decided to change it to JavaScript? What the actual fuck? How students should learn the fundamentals concept of OOP in scripting language?
Don't get me wrong, I hate using Java for real life projects. But there is a reason why almost every university use it as introduciton language. It's great start to learn programming. Saying that the 'Hello World' in Java is complex and can scare people away, it's complete nonsens. For fuck sake, yes programming should be fun, but it is also hard. People can understand that they are going to learn what 'public static voiď means later. It's the structure of many Computer Science classes. It's the assigments that are not designed in engaging and fun way for newcomers. That's the problem, not the language.21 -
Me: Bro look, I have learnt so many things from the past couple of days.
-Introduction
-Data Types
-Variables
-Arrays
-Operators
-Control Statements
-Classes
-Methods
-Inheritance
-Packages
-Interfaces
-Exception Handing
-Multi-threaded Programming
-Enumerations
-Autoboxing
-Annotations
-Generics
My senior: Congrats on finishing up the basics
Me: Those were just basics???...///!!! 😜3 -
Tell us your "Programming Languages Story"
Mine:
Java -> HTML&CSS -> PHP -> Python -> JavaScript
Yeah, I know, I'm confused 😂.55 -
The programming language I'll use on Valentine's day will be only D,
jk, I'll use Java..
(cries in the corner )1 -
My bro and I are going home from a concert and talking.
Bro: Man, my life's made out of problems you can't just solve by definition.
Me: You didn't tell me you started working with java.
Later I realised he was talking about problems with his gf.4 -
Phone-interview with a recuiter from a big consultning company.
Her: So, what programming languages are your strongest?
Me: That would be Java, as it's been used through university courses and privatley I've been making some C# projects
Her: Allright cool. What about object oriented languages?
Me:... Erhm.. That would again be Java and C#...5 -
My first programming teacher, used to teach Java but never programmed in Java in her life, only read the slides, change this please2
-
My computing teacher says that html is his favourite programming language to teach.
He calls JavaScript Java
Needless to say he's not very good at teaching us html and js.6 -
My best friends and I use to send coded messages to each other while we were in University. His would be in latin (I don't know Latin), and mine were in java ( he doesn't know any programming languages).4
-
Just asked a girl if she knows java cz I was gonna try a programming pickup line on her. She said yes she knows languages like java, blue j, netbeans.
Guess *that* IDE isn't gonna autocomplete me.
Badum tss -
Imagine if programming languages were also written in different regional languages like Java in german,hindi,spanish.
Recruiters will reject you by saying u don't know java in Spanish.We need a java expert in Spanish.😁😁13 -
Every time my Java instructor puts spaces inside the parentheses I die a little inside.
( ... ) instead of (...)
He's been programming since the 60s.23 -
I love programming . It's the only think in my life that I enjoy .But I am afraid that i won't get job in IT field5
-
so java thinks any jdk different from what the jre is targeting is "out-of-date", you should learn this in "how to not look like an idiot 101" programming class in elementary school. oracle.2
-
All the time while I'm programming I hate Java.... Don't hate me now :D I'm learning Java in high school. I very love very fast programming languages such as C and C++, so this is why I don't like Java, but there are some reasons why I like Java. I just started learning how to create own window. What the hack is this? This is so simple. I tried to create window in C/C++ with OpenGL, just blank window with color. Complicated..... But with java it's fairy tale.
You can add me now to Java familly, but remember I also love C++.
So here your are, Hello World Java FX app :D
Final goal:
Create window application similar scratch.16 -
Decided to take three different programming language classes in the same semester. Advanced Java, C++, and HTML/CSS/JavaScript. Wouldn’t have been so bad if I didn’t have an assignment due in each every week.3
-
Java
It's my favorite language because I started learning programming in Java when I was in school.
The most annoying thing in Java is I don't feel like writing System.out.println each time.12 -
Been programming Java for a few weeks now, and WTF is this, Java?!
"Example".equals("Example")
What is wrong with the form that a dozen of other languages use?
"Example" == "Example"
P. S. If you don't know Java, the latter one compares for the type of objects and always returns true in this case.15 -
I don't hate Java, seriously.
I just prefer spending my first hours with a language actually programming in it rather than fixing shitty uninformative errors and learning libraries that follow no standards.
Pour your salt below.15 -
Found this gem 😂
TRANSLATION
Java for believing programmers
For who?
Young male,
which want to pray together,
and at the same time make first
steps in programming
How old you need to be?
Up to 25 years
What do you need?
Holy Bible
Laptop
*you just need 500 mb RAM and WinXP6 -
Le college freshman nibbas: Don't know C, Java, C++, python or any other programming language but want to do AI and machine learning!
💀🤷6 -
Me: "It's a balance between three things: you either optimize for computation, memory use, or programming effort. Computers don't have a infinitely fast processors with an infinite amount of memory."
Coworker: "Did anybody tell Java?"3 -
so few people have seen my 6 years java programming buddy. here's his newest python excel manipulating code and - naturally - inclusion of the allfunction - doNothing().7
-
First year: intro to programming, basic data structures and algos, parallel programming, databases and a project to finish it. Homework should be kept track of via some version control. Should also be some calculus and linear algebra.
Second year:
Introduce more complex subjects such as programming paradigms, compilers and language theory, low level programming + logic design + basic processor design, logic for system verification, statistics and graph theory. Should also be a project with a company.
Year three:
Advanced algos, datastructures and algorithm analysis. Intro to Computer and data security. Optional courses in graphics programming, machine learning, compilers and automata, embedded systems etc. ends with a big project that goes in depth into a CS subject, not a regular software project in java basically.4 -
I hate windows.
I hate Linux.
I hate Mac OS
I hate Android, iOS, whatever os
I hate java, c#, JavaScript.
I hate programming..
I hate being employee, or whatever..
Shit, life sucks8 -
The feeling when you completed all tasks but one in the programming test 😣😩🤪
No, I can't be happy because I could have had 30/302 -
When the people ask about the dificulty to programming.
Me: well depend to the language that you use to build the app.
People: well in spanish?
Me: what(?), programming language, like c, java and others
People: ah, the pc say me that needs java upgrade.
Me: (smile and forget it), look is not superman behind you?. -
You know that web development realy took the wrong turn, when complex java project compile way faster, than simple javascript one.
Not to say that javascript is interpreted programming language.6 -
I had two teachers in school, who even after finishing the class, continued to program with interested students. For example programming a robot or communicating over the serial port of a computer using Java.2
-
How about you started off with programming?
I'll start with a veery old picture of my first Java-Code I've written (if you can call it eben that). At that time I tried to code using a JS-Designer. Just hilarious. 😂😂😂9 -
>Get java "From zero to hero" book at the age of 12
>Follow along and despair at all the java jargon
>write small programs for fun
>ff to 14yo
>Get my first android phone (galaxy S3)
>Get android 4.0 book
>Follow along and despair at all the android jargon
>Develop small apps for fun
>Learn Java, C and python for the rest of high school
>discover functional programming (erlang/elixir) towards the end of highschool
>love_at_first_sight.jpg
>Learn said language
>Find first job and current job right after that
>happy3 -
This happen to me once when I was a young kid walking home from school.
There were two other guys with me, older than me. They were talking to each other about programming languages. I have been programming from a very young age so I knew a lot about programming and I knew a few languages back then, but they were taking about Java, a language which I wasn't into yet back then, so I just listened for a while to what they had to say.
The first guy told the other, "You know I'm great at Java." The other guy responded "I can do anything in Java." Then I said as a joke "Oh, can you do hello world?". The guy said "Hello what? What do you mean?" The other guy said. "Is that a retro game?" I just laughed. Then I told them to go learn how to output text in Java.
A bit of current history about these guys:
The first now works in C# for a quiz test company, he never learned Java or languages other than C#. The second one owns and works at a scrapyard. They are both great guys, but they like to brag.3 -
I'm new guy in programming. Sometimes I do compare java with python and I have weird conclusion.
Python code is shorter but for me much more "logical" & easier to read is Java. Maybe it due to fact that I don't understand what is going on under hood so shorter code feels incomplete?14 -
So I just started going to university and have a subject called "programming", we are taught Java, Haskell and Prolog. Every week there is a sheet with homeworks, programming tasks. Often we get something like a boilerplate, so we implement some methods and stuff like that. Those tasks are prepared and created by scientific assistants. They upload the boilerplate and sheets. Take a look at the programming style they follow in Java. Actually I can't find a pattern they follow, except from the spacing between the lines. We are 1000 students in the informatics course, of which probably 10% know how to properly program 😅
So like 900 people see and adapt/learn this real bad coding convention. It really pisses me off, that they basically don't give a shit about convention or teaching them. I have to say that the logic some times is as worse as the conventions 😓
Besides I am not cocky with conventions, but I think at a high-class university they should teach proper convention.17 -
I just finished writing an Integer Java Virtual Machine in C.
Being able to write an echo server in IJVM Assembly, connect to it through netcat and see it run on my machine is legitimately one of the most satisfying moments I've had so far in programming. -
Was in our mail today... It's a magazine where you can take evening classes in the IT branch. Who can see the error? It can be found without speaking french. Here is the translation of the headline: Application programming in Java.
(Hint: Web development was on another page.)3 -
Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript is a scripting language that was created by the fine people at Netscape and was originally known as LiveScript. JavaScript is a (very) distant cousin of Java in that it is also an OOP language. Many of their programming structures are similar. However, JavaScript contains a much smaller and simpler set of commands than does Java.
Now let's talk about how Java and JavaScript differ. The main difference is that Java can stand on its own while JavaScript must (primarily) be placed inside an HTML document to function. Java is a much larger and more complicated language that creates "standalone" applications. A Java "applet" (so-called because it is a little application) is a fully contained program. JavaScript is text that is fed into a browser that can interpret it and then it is enacted by the browser--although today's web apps are starting to blur the line between traditional desktop applications and those which are created using the traditional web technologies: JavaScript, HTML and CSS.3 -
I started programing when I almost failed at some IT class 7 years ago when I was 16 in high school. So I started googling how to do basic stuff in java (if, for, while,... ) and I just fall in love with it 😊 I still remember how I wanted to make a button in Java so I googled: how to button in java 😂
Here I am still in love with it and I think I will always have this need to learn new programming languages, technologies, frameworks,... 😊🤓 -
The programming teacher was interested in Python, so I showed him what a script we made in Java would look like in Python, and he was so impressed he is thinking about completely changing the learning plan stuff to teach Python instead of Java. Now I'm not sure if I should've done that, because I was interested in the Java stuff and things and the other classmates would probably be completely confused if we take such a turn. :S8
-
Hey, I am new here and I am only in the early stages of learning how to code, but I already like devRant a lot. This is a cool communty.
If anyone wants to know, I am learning Java.8 -
Maybe it's because I'm a pleb or because I was first taught Java, but, I only really know Object Oriented Programming patterns, what are the other types, uses, etc?10
-
Happy New Year!
This year I am going to learn new programming languages and they are: Python, Java/JavaScript, C/C#/C++ and the Linux Terminal.
I can't wait!11 -
Don't be specific on any programming languages, focus more on OOP approach, and say you know about OOD/A rather than, you know Java, C# and this and that.1
-
When i first got introduced to programming in highschool, java was the only thing offered. years later i picked up java again to throw together my first project. a 100 lvl java android phone game on my own. needless to say lol it was my utter failure! i remember my phone acting like it was on heroin constantly after install lol fuck that game
-
So once in school, I went to my CS lab to find my friend cursing under his breath. On asking him, he tells me that he can't figure out how to print his code in BlueJ(our school requires us to use BlueJ). So I told him to download another IDE and use that instead. He had a look of bewilderment in his eyes and asked me what an IDE is. He was absolutely shocked to learn that you could write Java programs elsewhere.
P.S This was our fourth year of Java4 -
Hello guys. Today I bring you my personal top 3 programming languages
🥇 Go
🥈 TypeScript
🥉 Java
🏅Honorable mention: Free Pascal
Thanks for reading8 -
(Java) Last year in programming class my teacher gave me a example project he had made. Looked through it found problems, fixed them. The next I had programming class I showed it to him. He were really cross about it and gave me a semi bad grade. After some time he told me I was right, and changed my grad.3
-
Heard that this morning.
Someone trying to teach somebody programming: you’ll see, programming is easy. We’ll start slow, I won’t teach how to code in c++, java or linux...
🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️
How do you want to teach him programming if YOU THINK LINUX IS A PROGRAMMING LANGUAGE!!!!!!!!!!3 -
Hey guys, I've hit a major snag in my dev life.
My backend/frontend Java project has hit a wall as the material I was using from Udemy on advanced Java programming was boiling down to copy and paste programming without the learning. That doesn't really work for someone with 2 years programming experience but only a good 2 months of Java knowledge. I need to learn not just follow along what's written on a screen. Thankfully I learned to give in about 2 weeks in so I didn't waste a ton of time on it.
Would books be a better option? I self taught C++ mainly from books and preferred that over videos, but when I did C# videos were mostly better than books.
And...I guess I'll open the floodgates to recommendations for other stacks. I like Java and I'd like to keep using it but I know you don't want to get married to a way of doing things. My end goal is to make an E-commerce website that I can show off in interviews about a year from now.
Please be kind, I'm feeling a bit like crap right now. :(7 -
I've been meaning to mention for the pass three months that my Java Programming class has "Leet" in it's course number.
-
When java was facing extinction, during the JavaScript, Node, and reactive programming hype. It did what it had always done. just adapt to the hype and maintain backward compatibility. We can all learn a thing or two from the humble java. It never rushes, it's patient. Be calm and wait before you hype yourself.2
-
Just reading Knuth's The Art of Computer Programming, where he created an own assembly language, so the book doesn't rely on a currently in fashion language... Meanwhile teaching students to code a GUI in java swing, because it was the new shit when the syllabus was created...1
-
upwork job "Full Stack Developer with Laravel, PHP, Java Programming, Android, AWS expertise needed"... you guys forgot rocket scientist too6
-
I started learning Programming by building Android Apps, Without even knowing that this is how Java Works.. And after that I was introduced to Java at college.. Kinda reverse process5
-
In the logic that both Java and JavaScript are widely used languages, if we create a new language with "Java" as a substring, it will be used eventually.
Our next programming language can be:
* Javarus
* Javath
* JavaLang13 -
Me: Hey programming languages, is 0 == [ ] ?
PHP: Nope. It's not.
Python: Nope. Easy.
Java: Heh. No it isn't.
Javascript: Oh, um yeah, hurrr durrr harr harr YES it is.
But screw it, hAvE yOu hEaRd oF nExTjS? wE sUpPoRt sQl qUeRiEs nOw.30 -
wk257 - How did you learn to program?
GTA San Andreas Multiplayer Mod (SAMP), when I was maybe 14. Then some Java in high school. Studied Engineering and the only thing that didn't completely suck was programming (C), so I changed my field to work as a dev.2 -
HR: What is Java?
Me: Ah... OOP... uhm... is a programming language... *awkward silence*... Yep, that's all
HR: Congrats, you have bombed the interview
Source: Me from few days ago ._.5 -
Hey everyone, I am trying to learn how to become better a Java but I don't really know where to begin. I already know some of the basics and have made a few minor projects but I really want to advance. I was hoping someone could provide me with some ideas for simple yet complicated projects so that I can further my knowledge of the Java programming language.4
-
Which language do you hate the most, and why?
Mine is Java, maybe because I've been learning about it since I started to learn programming on class.. getting tired and bored since I met Js and Python10 -
Debugging TLS failures.
In Java.
With the funny certstore cause "we need to do this by ourselves".
Fucking shitty broken pile of cunt code.
At least the debugging output is good.
As much as I love TLS, debugging it is a nightmare and when a programming language like Java decides to wrap it, it becomes Ctulhu.
OS
- TLS Library
-- TLS Certificate Chain
- JDK
-- JDK SSL Handler
--- JDK Certstore
---- Java Library Abstraction, eg. WS SSL
Joyfully fingering of a tentacle arsehole.2 -
Hi friends.
I'm 19 years old programmer and working already. My father is 47 years old. He don't know anything about programming yet. When he was young he was good in math.
Today when I came home he said that he would like to learn programming too and help me to do some projects in the future. I know it's kind of late for him to start learning something new, but what do you think, what can I do to help him start programming? What's the startpoint for 47 years old man in the world of programming.
P.S. He tried to learn Java watching online tutorials but couldn't understand anything.10 -
Just finish my last Programming 1 class for the semester! I lost count of the amount of times I learned something throughout the course that blew my mind. I’m enjoying learning how to program way too much. On to programming 2!
-
I'm literally laughing my ass off at how Google gave their fat middle finger to Object Oriented programming with Go's Structs, Methods, and Interfaces. F*** you Java and C++! :-P4
-
I always taught i knew java very well..
Using w3resource.com questions to practice java...
Got reality check... 😔😔😔😥3 -
So a question to all of the Java developers out there, am I the only one who can’t stand the idea of programming using eclipse or netbeans? I feel like Intellij idea is the best IDE that one can use8
-
How i love US companies and their tendency to just lazily send out a programming quiz as a part of the interview.
Look i swear i can make a fucking java bean, i just suck at coming up with algorithms okay?1 -
My exact reaction when ,I was researching on legacy programming language and their copyrights for my intellectual property rights subject.
Found that
Python was released before Java did.
But the popularity Java claimed was faster than python
Python first release date 20 Feb 1991
Java first release date 23 Jan 1996
Could anyone explain y python gained is momentum later!?2 -
Senior argue with me that Java can’t do serial programming, I prove to him by read the hardware protocol in HEX , and convert to ASCII using Java. He said the F word to me , I was like “他是什麼意思啊?”8
-
Which programming languages can create portable programs that can run on every operating system, device, etc. (and are actually intended for that)?
- Java
- Python
- I heard some things about C# maybe…?
- What else?38 -
Lets share the best thing we've ever learnt (strictly related to dev)...
I'll start -> Best thing I've learnet is lambda programming. (Java)7 -
From long Using Visual Studio Code for Programming.
Why i love
supports Typescript
supports java
Lighter
plugins available like linter, git lense
Best for small web app projects.
And Favourite IDE, intellij Idea
Why ?
For writing java i use as
it can easily generate getter setters
constructor
importing
and build process.
best for java.
last but not the least
Nano
why ?
because most of the devops configuration, requires to be done via terminal only and i often use nano.
it is good for shell scripting,
editing configurations
that is all....2 -
I want to properly get into other programming languages like Java and C#, but I keep going back to Python because it's so much more familiar and I'm comfortable with it. :(
What do? Do others have this kind of problem too?15 -
When a tester found a bug that you never think of and you cannot reproduce it. What is your response ? 😄3
-
I hate mostly all of my inability to focus and the fact that I like programming. Surprisingly, they aren't a good match. Im trying to actually learn Java and react native. Anyone have any solutions for quick and effective ways to learn?10
-
Teacher: good job on the first project I assigned you to do. Now do the same project but use JSP instead of PHP.
Me: F***
BTW, is it true that programming in JSP is like programing in Java? Or at least similar?9 -
Ban visual programming programs, like scratch after the fist month introduce them to enhanced Google search strings and let them code on the command line going from imperative, over functional to object oriented programming styles using languages suited for the current style. Not like using Java from the get go. I hated it, waiting until everyone got to the point where they kind of understood the logic but failed at using correct syntax and efficient coding styles.
-
Go, Rust, C#, Swift, Java, Ruby, Python, Delphi/Object Pascal, Ada.
Those are the "approved" memory safe languages of the us gov. Seriously, go fuck yourself.
https://readwrite.com/the-nsa-list-...24 -
Hey guys
I'm starting my first programming intern job in a week.
It's a big company and have many projects and they liked me because I knew some Java from college.
I obviously have no industry Java experience but am looking to review the book used in my class & the projects I did.
I'm still kinda nervous a little cuz I don't have any idea what it's going to be like.
What could be advised to do while waiting a week? Any good Java brush up idea
Thanks3 -
Question here - what do you guys think of Kotlin?
Do you also think it'll be sufficient to learn Kotlin and not java to programm for Android?
I just began the transition, it's fun playing around with it, but a friend of mine wants to learn Kotlin to learn Android programming (and not java, he only has java basics).
What's your opinion on all this?12 -
Recruiter: we're looking for someone who knows .Net and "JAVA practices".
Me: <WTF is "java practices">
Me: <googling "java practices">
Me: dear recruiter, I know dotNet and good programming practices but there isn't thing like "java practices" in dotNet.
Recruiter: <no shit given>
Me: <why such incompetency is in charge of my potential future job?>7 -
Fuck Java because java is one of the worst first languages you could pick. In the following I’ll highlight two main issues. One issue, the complexity of Java, will make life more difficult for you immediately, and the other, the danger of developing myopia regarding programming languages and their capabilities, has the potential to hurt you for many years to come and possibly your entire career9
-
C, C++, and Java are legacy programming languages.
So, for the ones who fear that the language will go away in mere 10-15 years. Chill. These languages will stay forever.18 -
Found a Junior Dev position for fresh graduates but requires 5+ years of Java programming. Hope I started Java when I was in high school.9
-
Saying "Java is the best programming language because it works across all platforms" is the same as saying "Butt sex is the best form of sex because it works across all of the animal kingdom"10
-
Yesterday, I started taking the new programming classes in my school. I am utterly disappointed, before even teaching my classmates who are new to programming some basic python or javascript, the teacher started the class with teaching arduino and C and because of that many of my friends have since dropped the class and we are only 3 left out of an original 20.
Although some of you might say that arduino is a good introduction to programming, I believe you should teach a kid basic python or java before getting into arduino or raspi..etc11 -
First day in introduction to programming. We were the first course to learn Python instead of Java. The whole lecture consisted only of what Python is good for and how powerful it is.
He finished with the statement: “... and in the real life, no one writes applications in Python.“6 -
Is Vim viable for Java ecosystem?
Im using vim only for years for various languages and I never had a problem. I dont use IDE or any GUI software almost never for programming.
Im being reassigned to a Java Spring project at my company, and my colleges are telling me I should start using some IDE and what not, but none of them gave me any real reason.
So Im asking is it really that inconviniet to work without IDE in Java/Spring ecosystem? Some real reasons pls.
Im developing in linux, and I know my way in bash5 -
Máni is an open source general purpose programming language. It is built on top of Java, and has some of the traits of JavaScript whilst also being unique.
We would love some people to join the development team and help us out with some issues.4 -
I'm a self taught android/Java developer, I have never been to any boot camps. But I have worked with someone who been to one.
It is good for developers who already know the concept of programming and want to improve their skills. -
So I've mentioned before that I'm pretty much the sole programmer for my robotics team. I'm on vacation for a week, and the other programmer has to take over.
Is it normal that, since I made the code work and wrote it almost all myself, I am fearful that she's gonna fuck it all up? I kind of want her to work on it slowly so I don't worry too much...3 -
While teaching theory is actually good, it doesn't mean that there is no room for any practical education either. Students needs to be exposed to modern programming languages like Python, Ruby while at the same time be trained in the pioneers of programming like C, C++, Java. It is only then would they be able to make informed decisions on who they really want to be. If you had one practical lab session on C and Java and then the rest of the semester about HTML, students would end up moving away from programming.
Concepts like programming and networking concepts should be included whereas ancient technologies like programming micro-processors (x386, x486, etc) should be excluded. Who programs x386 and x486 micro-processors anymore? While the understanding of how micro-processors and other low-level components in the computer systems work is very essential, doing practicals on them isn't really a good use of students' time, energy or effort. -
If I don't know Java and no plan to learning it how should i learn kotlin?
No experience with c or c++ either. No programming experience at all. Because HTML and CSS aren't programming so yeh. plan to learn JavaScript next month after my fucking exam.6 -
On the introduction day of my Computer science course, we all were to sit in "welcome groups" and tell a little bit about our programming background.
Most of us were beginners, but one of the guys told me he'd been "messing around with some Java a while back", so I thought I'd ask him about help when we had our first real Java programming assignment. I was surprised to learn that he wasn't able to help me at all. He seemed to know less than me, a complete beginner, on the different OO concepts and Java syntax. Furthermore, he seemed to have zero interest in anything development related.
It was later revealed that he meant that he had been messing around with INSTALLING Java on his computer a while back, but never really made it work. *facepalm*
Needless to say, he was a great group member in the assignments that followed. /s2 -
#kotlin
when you don't know whether you are writing code, or is it a comment.
doing #java for couple of years has its effects. -
Might be a minority here... But I really like Kdevelop for almost all of my programming needs.... Bash, Windows Batch, C, Java, Python.. You name it... Kdevelop's got my back! :)2
-
How many of you feel functions API in Java8 should have support wiring up a Function and a Consumer :/
-
Starting work like "How the hell am i going to do this !!"
ending it like "was that even a task !!"
the excitements and horrors of code. -
Stop making fun of different programming languages
C is fast
Java is popular
Ruby is cool
Python is beautiful
Haskell is Intriguing
Javascript is ________14 -
No one loves Java as much as Google and Oracle. They are willing to have a battle in court. Or maybe it is just that $9 billion 😂😂😝
But on a serious note as a former paralegal "I don't think copyright should be applied on a programming language " plus, I feel like even if it is applied... google is using java in it's own way (android) as the courts have stated that you can't copyright a language syntax or API definition. So Google can use the Java langauge syntax and core Java API freely on Android.
I don't know about you but, a lot of clients do bring up their concerns..on what the implications are for them and their company developing mobile apps!!
Any updates? Concerns? Thoughts?3 -
To any Java developers. I been programming for about 2 years on and off. Im pretty good when given a task. But from your experience. What techniques, or methodologies should a Java programmer know of he wants to really get serious and get a job? Do you guys have portfolio projects?12
-
This is really annoying when you’ve good paid job with really good coworkers but you want to change it... I always wanted to be a programmer but when I started my work in IT trade I got job as administrator... several years have passed and now changing my job is a big deal (degradation of my salary to 1/2 of actually). I don’t know what should I do... my programming skills is not impressive...I know java a bit with spring boot , hibernate and some other things(totally junior lvl of these skills)... but I think it’s not enough...this is really hard situation :/4
-
I have small knowledge in programming in Java, have not learned it in a couple of months, and I was wondering, how do you take what you know to make a larger piece of software. HTML and CSS seems easy in comparison as I know how to a websites but, I can't comprehend Java programming.1
-
Since MIT is giving free access to their courses online, I shall study Computer science web programming with Python and Java
as I thought it would be so cool to have a large snake round my neck as I drink coffee.2 -
It has been 2 years ( counting this ) since our programming teacher reads a PDF and thinks we just understands what he want to say.
Like the other year, lets search for books and videos to learn by my own.
First Java, now PHP. -
I have never been this serious with my life as a whole as I have since I started learning computer programming. I struggled to read one book a year (I mean non programming book like self improvement books e.t.c). Now I have finished two books in a little over a month and started reading a third book this month all while still studying programming. I started out with python and was honestly terrified of Java because of the semicolons, curly braces, parenthesis in front of if/else if/else statements but one day I decided to take a peek into a few Java programming books and found one "Learn Java the Easy Way" by Bryson Payne and it changed my life, quite literally. I read more now, I look forward to getting out of bed and any day I don't read, I just don't feel right. I need to read something and learn at least one new thing a day. If I feel awful at night, I just remind myself of the one new thing I learnt that day and that puts a smile on my face.
Side note, I am self-taught and started studying programming last year around November/December. Spent about two months on python and in January or February, I started Java. Been on Java since. Almost done with the Java book and looking forward to reading a more advanced book when I'm done.3 -
What is the best programming language for fintech - Python or Java?
Here's the graphic from Cleveroad's research: https://cleveroad.com/blog/...
What's your opinion?11 -
why they are all saying "eating c#, eating java etc" when truth is programming is the one who ate us.
-
Screw Java. Spent the last two days in this language and it's driving me to fits. Tried making a generic function. Java can't seem to easily handle generic typed arrays. Java threw a fit when I converted an array function to an integer function. Java has all this stupid boilerplate code that you put on every stupid thing.
Programming in Java is about as pleasurable as running face first into a brick wall.2 -
Been programming Java for like 20 years. I mean, not like constantly throughout, but a fair amount.
Still, even knowing the exact answer, when that damn Java Updater pops up I'm like "why the fuck do I need this???"1 -
Sorry but whats the connection between rubber duck and programming?
Is it like java and javascript
Or porn and pornhub?2 -
Needed to create an app for android for a school project so we tried xamarin because c#. After 2 weeks of crying and breaking we decided to switch java. Now we only hate programming in java but at least we it works5
-
Dependency injection and RX java and all are cool.
But I like to do good object oriented programming.
And now there are kids in start ups who see devs doing good object oriented programming as retards.
Android as a platform provides everything that you need. Why abuse a simple app with all fancy stuff when you can accomplish stuff with simple oops which takes the same amount of time ?
Am I the one feeling this way ? -
Hey there! I'm going ti school (😐), I'm going programming (😎).
I had to do a program that simulate a solitaire! 😂 #wtf -
I am new to programming. I know the syntax very well in Java. How can I improve my logical thinking , problem solving ability that can land me in a decent job ?8
-
The sacred mystery of web application development is in front of me: php is a script or programming language.
With php 7 option opcache.file_cache i can see the php bytecode.
It is like admiring the holy spirit.
Sometimes I have the feeling of programming J (ava) HP.2 -
When you start taking CS classes after working in development for 6 months and have to take fundamentals of programming... and you forget how to write a basic print statement in Java because you've been using as3, javascript, and anything But Java since your training at work 6 months ago...1
-
Guys does any of you know good first c++ project. I have a lot of experience with java and python so I am not new to programming, but I want to get proficient in C++ because I am soon starting a job which all lower level programming.7
-
Different types of comments that I know in programming languages
C, C++, Java, C# , JavaScript, Golang
// whatever and /* whatever */
CSS
/* whatever */
Python, Ruby, BASH, Powershell, perl, TCL
# whatever
Almost all markup languages
<!-- whatever -->
I was amazed by how many languages i know along the way!9 -
Every day I ask myself at least 5 (not too difficult) questions about programming (for instance "Can I compile Java in runtime?")
If I don't know them - I find their answer somewhere
It is like continuous integration, but with my knowledge - small portions of info are saved well in my brains)) -
New Year's vows:
- not waste time
- maximum productivity
- maximum speed
- cloak engaged (ok, just kidding)
- finally finish learning Java
- learn enterprise programming
- not be a jerk to people (bleh)4 -
When someone says that a company is Java/Python/Ruby "shop", they are implying that company sells those programming languages instead of its products. Would you call macys/nordstorm a cottonshop? See how ridiculous that sounds!2
-
My school didn't have any programming or CS classes, so I started to learn python online my junior year. I thought it was interesting so I declared a CS major in University. Now I'm about to graduate knowing java, c++, Ruby on rails, c#
-
I am preparing for InoI( Indian informatics Olympiad ). Any tip would be helpful. I am gonna use Java. What algorithms and data structures should I focus on ?4
-
The most fun I ever had coding was when I first discovered Kotlin. After using java for most of the time I've been programming, Kotlin felt like a godsend. When working on converting one of my old projects, I was amazed by the reduced verbosity and just how clean it felt.
To any devs that still use java at all, do yourself a favour and take a look at Kotlin (kotlinlang.org)1 -
Working on an assignment for uni, object oriented programming with Java.
Just spent 40 minutes banging my head against the table because I’m a fucking idiot10 -
I recently performed a huge refactoring effort on a Java project converting both the persistence and utility layers to Kotlin. Gotta say, I think I'm starting to fall in love with programming again!
Putting aside how pretty it is now, I've reduced those two layers by over 2400 lines of code -
So yesterday evening when going to bed I wanted to sleep asap.
Therefore I used a 'tactic' called count to ten and then start over again. This is supposed to be relaxing so you stop thinking about other things an you get sleepy faster.
It usually works...
...But then my brain decided to write a program for said procedure in my mind. I actually started thinking:
int count=0;
While ( ! isAsleep() ){
think(count);
count++;
If( count == 10 ){
count = 0;
}
}
It didn't really help me falling asleep...1 -
Anyone here knows how rpg programming works? How hard it is?
Although it is an old technology, I know people still use it.
Any devs here who has some ideas about the language?3 -
Got my first real job programming recently doing Java, this a good language to ride out and gain experience in or should I look to switch to a job that uses a newer and popular stack? I'm really just concerned about job security.7
-
“Knock, knock.”
“Who’s there?”
very long pause….
“Java.”
:-o
++1 if you really wait at "very long pause" b4 reading last line -
Im curious guys, what's everyone main core OS/Distro at the moment and why?
For me it's chrome OS, taken a little hiatus from programming as it's been dragging my mental state down a bit so I've been focusing on writing my book and what programming I am doing is just me learning ground up java script development. So all I really need are my google docs services and a good code editor.5 -
Since you started your job, how many programming books have you read to get ahead in your job?
Examples:
- You're a Java programmer, so you read the OCP for Java 11 and then you get your OCP cert
- You're a .NET consultant, so you read another .NET book17 -
I often come into heated discussions with my colleague about whats the better programming language so I want to ask you - what's better:
C# or Java (from an overall standpoint)?19 -
Don't know why people are so against java. Can anyone of you please care to point me to an enterprise programming language which exposes like 100 services over http and still has a maintainable codebase. I always wonder with frameworks like spring, etc java works alright on multiple cores. Are there any other good enterprise languages?6
-
Let's go down the memory lane back to freshman year in college as a Computer Science student in my Intro to Programming class....
I remember I was lost as to how the professor created this simple variable below:
int a = 5;
I had no idea what was going on there. haha. looking back to it and seeing the projects I'm working on now puts a smile on my face..
I asked questions. Even the dumb ones and that's what helped me to now..programmers always ask mates or search.
Do you guys care to share yours?1 -
I hate the fucking Spring WebFlux and the goddamn Project Reactor on which it depends!
Even debugging a simple CRUD microservice with simple business logic is such a pain in the ass, exception handling has a lot of "magic" implicit stuff which makes me waste hours in fucking trial & error and I have to use very little breakpoints because if a request is paused for more than few seconds it gets terminated.
I love functional programming but why shove it in fucking Java making me waste 90% of my time in trying to guessing what the fucking framework is doing, why not just use Scala which runs in the JVM? We don't even need compatibility with legacy code since it's a greenfield project!
And before you ask yes, I read a fucking book about Project Reactor and Java reactive programming and a lot of docs on Spring, Spring Boot and Spring Web Flux.2 -
When I got to high school, I started learning Java from friends who were in programming class. Started out as a comp sci major in college and got sick of it, so I switched to a digital art degree. Got interested in Java again for the creation of art and music using generative processes. Then I got into web dev and JavaScript. Years later, still learning new programming concepts and making digital art on the side.
-
In my school, We started learning computer science (Java and programming stuff, to be more specific) last year in 11th standard (I was 16 at that time), starting to learn programming and stuff like this are common in India at that age (Yes, I live in India). I m the only student in my class or in my school who knows about programming and things related to that, yes of course I know, I made my own game when I was around 12 y.o.
In school our teacher started teaching us everything from the most beginning, It was really boring and exciting at the same time for me, it was exciting because I always wanted to tell my teacher and friends about my game and other programming kinds of stuff I knew, and it was boring bcoz I had to learn those things again which I already knew.
It was obvious that I was getting good marks in the subject without even reading my book for once, and it really amazed my friends, classmates and even my teacher.
Now, since my friends have learned CS for 1 year, some of them thinks its nice and are fascinated by the world of programming and developers, and some of them think it's boring and they just need to pass the subject for good marks and nothing else.
It feels funny and bad at the same time when some of my friends come to me and ask what does a for-loop (any loop) even does... And the rest of them thinks a for-loop is just used for printing tables of numbers.
well, that's the story of my school.
The thing that will never change is that I love programming and I will never stop programming...
Thanks for stopping by Ranters,
Happy programming!4 -
Hi,
I've just started learning programming to be a web developer. I've learned html, CSS , now on C# and to go for ASP.NET, Java, etc..
I see a lot of posts in devRant and on Facebook about Programming I feel like most people reached far and it's too late for me start now.
Any advice please.22 -
Hello everyone. I'm new to programming and I would love some tips.
I have been told to learn C# and Java as a way to begin programming, what do you think of this?
If you have any better tips please explain it in a way an amateur can understand.
I hope that I explained my situation well.8 -
In my native language the word Java means Week, so a couple of years ago when the second year of uni started there was an introduction to the distributed programming class and the professor had made some slides to present the syllabus. It went
Java 1 ...
Java 2 ...
Java 3 ...
.
.
.
Java 7 ...
Java 8 ...
Until here it was all good, then came this
Java 9 ...
Java 10 ...
Java 11 ...
Java 12 ...
Java 13 ...
Java 14 ...
I was like .... oh shit, I'm way outdated.6 -
I'm new to programming and my professor said I should work on a project this summer..... Any suggestions?!
Side note: I will be trying to advance my knowledge of Python and learning Java4 -
In highschool I started by setting up an open tibia (OT) server for which I copied and edited lua scripts to create spells and quests. Didn't do anything remotely difficult in those times.
In university I needed to learn and use Prolog. And soon after that I had an OOP course in Java. Didn't really learn Java during that course. And started to accept I would never like real programming.
During a Datastructures course I actually got the hang of java and started to program in my spare time.
Finished the Datastructures course with a good grade which landed me a job as student assistant for a python course.
That job in turn landed me a part-time job as python developer where I learned most of my programming skills.
Now I'm back to working in Java and I still learn everyday. -
Java Background "Use interfaces for model classes"
We should basically write the getters and setters in an interface. Programming against interfaces is a pracitct that is undisputed a must. But using interfaces for your model class c'mon. -
Our OOP lecturer spent the first 6 weeks of the module covering basic programming concepts we had already covered in 2 previous Java modules. Halfway through the module before he even mentioned objects. Biggest waste of time ever.
-
I have been working on this feature for over a month now. It all started with a shitty technical design. I'm still finding issues with the described logic and structure...2
-
I'm currently taking an intro to Java programming class and the Prof is suggesting we use Jgrasp. He's open to us using other IDEs. What are some good ones y'all use?10
-
How can we go to a new world?
No need death.
Just read a fantasy book
Or learn new programming language.
For example, if you're a php Dev, learn c#, Java or c++.
Believe me, it's a new world.2 -
So I'm currently learning Java and HTML5 at a technical high school.
Buuuut that's boring and I wanna learn more.
What's the easiest programming / scripting language to teach myself first? And where could I find stuff to learn it? :))10 -
If interviewer asks me difference between abstract class and interface,what he is really expecting? Can anyone give real life example other than coding.6
-
I am sorry that this is not a rant but i am desperate. For all the londoners, do your company offer internships for a Java developer currently in his second year with the highest marks in all programming modules. Please tell me the company name or any advice on how to apply.2
-
Want to focus on increase my knowledge of C, Linux, rust or anything related to systems programming, practically the only jobs available in the country are web development jobs or Java, nothing else. So focus on my dreams or focus on not starving to death. This sucks.1
-
A bit over one year ago I wrote the post about my sadness because I had big problems with changing my job to developer. Today I want to share with you about my happiness because I made that big change :D From January I’m Java Junior Developer, I met many awesome people and increased my programming skills over level I could imagin. Last Monday I changed my job and back to salary from before I started coding. Curve of skills and money is going in good direction. Thanks everybody for supporting and good words :) You’re awesome ^^,2
-
https://spectrum.ieee.org/computing...
I agree with Python being very useful due to library availability. Not sure what I think about C beating out C++ though. I would much prefer programming in C++ to C any day. I don't like Java, but a LOT of people use Java.
I find it interesting that a lot of people talk about Rust, but I am not seeing it in the top 10. Is it just too new?
What I find most interesting is that this is a good list of languages to learn. These are what are being used in the field. Well, at least from the the perspective of IEEE.
Thoughts?5 -
Recently I've been getting sucked further and further into functional programming. Started with learning Java 8, and when toying with Streams I was looking into different features (dropWhile and takeWhile) which lead me to Java 9. Now I find myself fluent in Scala and learning Haskell. When does it end 😵5
-
My first programming language was PHP and lately I've started looking for a new language to learn. My first idea was C, but after talking to professors in college they pointed out Java would be a good option. They made fair points regarding our local market and job openings. Now I'm in doubt: C or Java?6
-
Agh just started programming and having a tough time right now and have a final tomorrow =( anyone want to help me with some java problems =)? It would greatly be appreciated <3 They are pretty basic but I'm a rookie1
-
Leave JAVA TF alone. You ungrateful bastards. Leaving your long time love for these small ass small houses of programming languages1
-
Started with qbasic when really young, by moding the tower game. Later got into a programming course where i picked php & Java, and lately got Python and golang from professor Google
-
I started university in september and after one semester using java (i learned java three years ago and used since), we started C.
I noticed that developers that program developing with high-level languages, or modern languages (like rust that it's low-lewel, but still has many modern language features) are for spoiled developers.24 -
I'm looking for resources and/or a good tutor for C to help me learn the basics and maybe go a little deeper. I have previous programming experience with Java and I'd just like to expand my knowledge base.
-
When im coding a backend in java spring boot i feel like im "at home" and in peace. No other programming language or framework makes me feel this way. Do you guys also feel like this when you work in your favorite language + framework?6
-
I was in Chemical Engineering and had a class about algorithms. The teacher barely knew about C but learned some basic programming. Afterwards I switched to Systems Engineering and learned Java. I feel old... xP
-
I started programming on a local school starting with Delphi going to Java and finally arriving at a combination of Ruby and Python.
In between I learned HTML and JavaScript
And honestly I don't want to go back to Delphi EVER again... :/ -
Struggle is real it happens all the time, i do programming in python then suddenly some bug came up on JS after fixing that doing some android App codes and then came back to the python i type like java with JS syntax :P :D that's the beauty of it.
-
Is it a good idea to learn two programming languages at the same time? I have a learning schedule created like I learn 2 languages alternatively in a week. For example, Python on Monday, Wednesday, Friday and Java on Tuesday, Thursday and Saturday. Is this a right approach to learn a new programming language or practice already learnt programming language? Any suggestions or developers following similar pattern of learning, please share your sample schedule.14
-
Coolest but probably most unnecessary feature in the dev world: A whitespace (programming language) to Java bytecode transpiler. Well I kinda started, but never finished actually due to lack of motivation to really finish it. At least the Parser and Interpreter were fully functional.
-
I want to have a fucking background in native Android programming (thou I already have Java/C#) but my laptop is so fucking slow (rip Android studio) and I don't have enough money to buy a better one. I did try studying hybrid Android programming (Ionic Framework) but I just don't like coding in HTML/Angular/JS/TypeScript. Haha.1
-
At the beginning of a master course at my university the students need to do a little task to ensure they know fundamentals about programming. 70% fails the test. They had no Internet access but a reference card for c, c++, Java & python. Is this really that hard?16
-
What programming language do you guys recommend to learn?
Currently, I know Java, PHP and JS but I want to try something else...
I was thinking maybe C, C++ or C#, opinions? Also, many people seem to praise Python as the new god of programming languages which will solve all of our problems, but until now I ran into nothing but problems really with literally every python-application I have used (mostly incompatibility between certain packages which actually were the required version, I found it very annoying to fix every time). Is that just me or does that happen more often?16 -
I was never really into programming which led to bad grades in programming courses I had to take in my college which are mostly based on C. Later, I've realized that it's an easy way to make pocket money ;) as I was a bit good at it and my learning curve is a bit fast, which made everything happen real fast. This is when I started of with Java which was crucial in building an enterprise application. This was the time I made some real progress in programming.
-
I've started "programming" when I was 8 with scratch. The real programming started with ten with a java programming tutorial book :34
-
Every time i try to learn a new skill it always ends up in leaving the course in between. Does this only happens to Me? Or there is anyone else?3
-
programming is not a code via keyboard ...
it is emotion which is described by our finger in front of some bullshit guy3 -
Hi dear developers. I have just started learning Java and I need some projects to join and some advices to improve my skills. Please leave ur comments if you can help me.3
-
I want you all to take a little read at this.
I'm going to use the power of internet and social networks to say the MOST truthly fact that you are going to read in your entire life. Here we go:
Java is to JavaScript as much as Car is to Carpet.
Thank you for you attention.
Spread the message2 -
Hey peeps! I might have an opportunity to get a job working with Java in the near future. I used Java when I was in University (5 years ago), not lots after... Any resources you’d recommend? I like demo & practice style of learning - I struggle reading books about coding, etc. I appreciate any help, concepts to look into, practicing exercises, videos...! Thanks in advance! :)9
-
Architecture for Java REST API going to build/port from existing NodeJS one.
So Spring Boot + *
Lots of concurrent requests and large MongoDB calls. Current APIs use like 4GB memory for each instance because they don't use stream/pipe the response. Hold all data in memory and then return it all at once to user.
And well we expect more load in the future, so want to do this the right way.
So my understanding since this morning, is there's the blocking? MongoClient, (find* returns List) and now a Reactive MongoClient which is very async and like JS promises. Based on Pub, Sub model.
But the downside of JS promises was callback hell.
So actually 2 questions.
1. For each request, the db call done using the same MongoClient/db connection such that if there are 2 requests one would block the other?
2. Reactive Mongo would be non-blocking by design so would be better to support streamed responses?8 -
Any ideas for programming related Christmas presents for roommate?
I was thinking Java coffee mug or a binary clock.
Any ideas?1 -
hi guys so i'll be having a tutorial session tomorrow about java programming(not my choice) and im looking for scratch(like) game or any block programming games that can have classes with methods and properties. btw i want to use block type programming first before getting into hard coding because (at least i think) it can help ease the learning curve, it will help understanding about the concepts first without the pressure of remembering syntax. any recommendations?1
-
Should I continue pursuing java or should I go with R which is now the reason why I enjoy programming4
-
I saw an article that stated that Java is the most used programming language... NICE SENSE OF HUMOR...what can I say.6
-
What programming language is Pokemon GO programmed in? I'm hearing Java, but how would one go about coding an app like it?8
-
When you start working on android app development, but you always forgot to put a "(" at the start and ")" at the end of an if statement or for statement, because you got used working on Swift Programming. Haha1
-
Im working as a software testing engineer with 2years of experience, I want to change my domain...I have some options infront of me..like Data Science, SAP HANA, Android app development, Full stack developer..I'm at intermediate level in java programming...please guide me to pick one from them
-
Here are few questions that you could expect when attending a Java interview
1 - In which programming paradigm Java 8 falls?
2 - What is MetaSpace? How does it differ from PermGen?
3 - What are functional or SAM interfaces?
4 - What are static methods in Interfaces?
5 - What are the various categories of pre-defined function interfaces?2 -
Hello all, I am in the Second Year of my engineering and we have to submit the Project at the end of the semester, currently, we are learning java programming language and we have to submit the Project on the Java programming language. our Hod suggests we choose a project which solves real-world problems, as a new one to learn java we choose the Library Management System Project. can anyone please provide the source code of the LMS Project, that will help us with our Project?
Thank You1 -
Need some ideas to write a large program....and a starting point to build this project, in new to programming and having really worked on a large project. The language I use the most is Java, but I know SQL also