• Complain

Brown - Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!

Here you can read online Brown - Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience! full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!
  • Author:
  • Genre:
  • Year:
    2019
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience! — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
2019 Steven Brown All rights reserved No portion of this book may be - photo 1
2019 Steven Brown
All rights reserved. No portion of this book may be reproduced in any form without permission from the publisher, except as permitted by U.S. copyright law. For permissions contact:
Contents
Introduction

Hi, Im Steve.
Im here to teach you the fundamentals of Java. Or the basics of Java. One of those. Or both.
I should probably start the book with a little elevator speech on why it exists.
SICK OF TRYING TO EARN MONEY BOUNCING FROM JOB TO JOB? CLICK HERE TO LEARN HOW TO EARN $120,000 A MONTH FROM HOME!!!
Wait, thats not right.
Let me start over
In my experience, many books designed for absolute beginners spend maybe a chapter talking to you like a beginner, then start talking to you like youre someone with average intelligence all the sudden. They forget their audience. It becomes a normal textbook.
I think its frustrating. I want to be treated like the idiot I am, damn it.
I assure you that in this book, I will not forget that youre a fucking idiot like me.
The only real requirement is you can read. And if youre downloading an eBook and cant read then Im not sure what to tell you, friend.
What this book is
This is a fast, easy read that will guide you through the basics of Java; from variables, methods, and operators, to classes, objects, and packages. Dont know what those words mean? No problem.
My mastery of the English language (worthy of at least a B- grade in high school) will suck you in to a mystical world of Java programming.
The completely home-grown and organic code snippets will spell things out that English otherwise cant.
The fact that Im watching YouTube while writing this book will have no adverse effects whatsoever.
And I wrote all of it by myself, so you know the book is completely home grown and organic. And prone to starting a lot of sentences with and.
This books goal is for you, the air-headed reader with an interest in Java programming, to be able to close this book and say Hey, I know quite a bit more than I did when I started reading it. And it wasnt too bad!
What this book is NOT
Like with any healthy relationship, we should be honest with each other. Ill be honest with you right now and say what this book is not :
  1. A detailed guide on how to download, install, and configure Java.
I just dont think it fits the format or theme of this book, and I could not be less interested in writing about it. I do have a little blurb on this topic, but Im focusing on the Java language itself.
  1. A workbook chalk full of exercises for you to do.
Theres a lot of these to go around considering Java is over 24 years old. Ill focus on teaching you the concepts, you start dicking around in the code and exercising your mind.
  1. A comprehensive guide to Java that fully explores everything it has to offer in detail.
Yeah, thats gonna be a no from me dog. The more intricate parts of Java Im only going to lightly touch on. And others we simply wont get to. Thats the nature of a book for fucking idiots.
  1. Written by a Java guru that has decades of experience.
Ive been writing code in Java for about 6 years but Im just a person.
  1. Emotionally stable
This book will be unfair and lash out at you, making personal attacks at times. I apologize in advance.
  1. Likely going to make me any money.
But Im willing to accept this.
How should I read this book?
Its meant to be read like something you browse while youre taking a poop on the toilet, but you enjoy it so much you continue to read it after youre done. Yeah, like that.
Just read it top to bottom, left to right. No, I dont have any special goddamn sections with special logos or icons, or any expert opinions just read the book you shitter.
Buckle up
Get your towels ready, its about to go down. Were about to start Chapter One, and once we start, theres no turning back.
Unless you turn the page back. In which case, there absolutely is turning back.
Chapter 0: Software Cliff Notes

Just kidding, were starting at Chapter 0 because programming. Heres a quick summary of software in general to get you up to speed.
This is an operating system: Windows . It runs on a computer and talks to its individual parts, so we dont have to.
This is a programming language: C++ . It is used by humans to write programs that run on an operating system.
This is a program: Google Chrome . Its a web browser, written in a programming language, that runs on your operating system and lets you view websites on the internet.
This is the programming language we will use in this book: Java .
This is the powerhouse of the cell: the Mitochondria .
These are parentheses: ( )
These are curly braces: { }
These are square braces / brackets: [ ]
These are angle brackets: < >
This is a giraffe:
Wonderful now that youre up to speed to the rest of the book Chapter 1 What - photo 2
Wonderful, now that youre up to speed to the rest of the book!
Chapter 1: What the fuck is a Java?

Java is a programming language (the most popular one in the world, btw). A programming language is a special kind of language that computers can understand.
When you write things down in a programming language, what you create is often referred to as code . Not Morse code, or any sort of secret code you use to tell someone youre upset instead of just saying why youre upset. None of that; computer code.
A programmer therefore is someone that writes code, in a programming language, so that computers can do things for us.
However, computers are idiots, even more so than you are. If you show your Java code to your computer, it doesnt know how to read it. Hah! Stupid machine!
We do something called compilation to turn our programming language code into a format the computer will understand. Com pill ayy shin. The act of compiling. Like compiling a list of everything you want to order from the Chinese restaurant.
Now, when I saw we I dont mean that a human actually does this compilation thing. Only that we rely upon the compilation process to create our programs.
Let me give you an example:
  1. Steve writes some code for a program that can generate memes, automagically!
  2. A compiler turns his source code (what he wrote) into machine code .
  3. Steves computer runs that machine code so he can enjoy his fresh memes.
So, Steves source code (human readable) is compiled by a compiler to create machine code (machine readable). And the machine code is what runs on the computer.
Its like hiring a translator to speak to someone in a different language.
Source Code -> Compiler -> Machine Code
Computer, add 2 and 2 please -> Compiler -> 01100110101
Make sense?
You write source code, a compiler turns it into machine code, and the computer runs that machine code. Get it into your thicc skull (two cs).
Compiling interest
Now, there is a part I left out. You see, machine code is created specifically for the CPU of a computer.
At this point your eyes are probably about to roll into the back of your head. Either because you know what this is already, or youre already confused. Bear with me.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!»

Look at similar books to Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience!»

Discussion, reviews of the book Java for Fucking Idiots: Learn the Basics of Java Programming Without ANY Experience! and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.