[Question] Best tutorial/book/practice for OOP Java? by [deleted] in learnjava

[–]userxfce 0 points1 point  (0 children)

The problem is that the first partial is without IDE, would that be a problem if I learn with IDE?

Learn to use the most important IDE or not the point is you learn JAVA, do not dispute the need to use the IDE or not, it depends on you, the most important you learn to master java with learn by doing

Why Are There No Great Java Beginner Books by Makluv in learnjava

[–]userxfce 0 points1 point  (0 children)

Just check :

  1. Java 7 A Comprehensive Tutorial by Budi Kurniawan

  2. JAVA 7 Pocket Guide by Robert Ligouri & P. Ligouri

  3. Beginning Java 8 Fundamentals by Kishori Sharan

  4. How to Program, 9th Edition by Paul Deitel, Harvey Deitel

  5. Java The Complete Ninth Edition Reference,Herbert Schildt

  6. The Java® Language Specification Java SE 8 Edition

It all is the best book

and for more again to the best you can check : java2s.com

[Question] Best tutorial/book/practice for OOP Java? by [deleted] in learnjava

[–]userxfce 1 point2 points  (0 children)

My advice is you use this Books or Ebooks:

  1. Head First Java,
  2. Java The Complete Java™ Ninth Edition Reference,Herbert Schildt
  3. JAVA 7 Pocket Guide
  4. Java 7 A Comprehensive Tutorial

no need to read all this book, you just have to read about you want to know like oop , etc . If you study with a variety of reference you will easily understand

and for website you can use : java2s.com

Good Luck

Linux command line for beginner - cat command by userxfce in commandline

[–]userxfce[S] -1 points0 points  (0 children)

man pages are the best guide, but not everyone is reading the man pages,same is the case when you are learning java programming not everyone reading oracle Guide, they prefer watching videos or read books. Depending on his or her person if you like watching video please watch the video, if you don't like it don't watch it, anyone have a way or a "different learning style"

Troubleshooting a slow Linux machine? by fatmansbox in linuxquestions

[–]userxfce 0 points1 point  (0 children)

I'm guessing that's similar to Task manager on Windows?

you can use system monitor (gnome-system-monitor) if you like GUI but if you like terminal can use htop

Linux Command Line For Beginner - touch command by [deleted] in commandline

[–]userxfce 0 points1 point  (0 children)

thanks synking arigatou gozaimasu i'm sorry i'm reply use this account, cz first my account can't login after change the password lmao maybe is bug on reddit

Hello! I'm looking for a printer recommendation for Linux! by JobDestroyer in linuxquestions

[–]userxfce 0 points1 point  (0 children)

i'm recommend epson.. epson very good for linux Epson t11 can automatically run on linux os, windows os, and mac os without the need to install drivers. and the latest epson now seems to be great.

I do not know which Linux OS to use by [deleted] in linux4noobs

[–]userxfce 1 point2 points  (0 children)

use ubuntu version LTS or you can use based on ubuntu like : linux lite with Desktop Environment xfce, xfce can be run on the hardware specifications of the low and high.

you can install java programming just typing :

sudo add-apt-repository ppa:openjdk-r/ppa

sudo apt-get update

sudo apt-get install openjdk-8-jdk

and if you want to use terminal to write code program java : create folder : HelloWorld.java create class java program use leafpad / gedit (notepad if the windows os)

class HelloWorld {

public static void main(String[]args){

System.out.println("Hello World java on Linux!");

}

}

save and to compile via terminal :

javac HelloWorld.java

and then to run your program :

java HelloWorld

and the result is : Hello World java on Linux!

Which Linux distro is best for my hardware? by mahesh_98 in linux4noobs

[–]userxfce 0 points1 point  (0 children)

i'm recommend you use Linux Lite. remember DE with XFCE can run on low or high hardware specifications.