A Computer Blog
Homepage
(Move to ...)
Homepage
Internet
Programming
Windows
Tech
▼
May 4, 2017
Experimenting with JShell
›
JShell is a Java 9 tool that lets you explore in programming. JShell makes it easy to play around without the fear of disastrous consequenc...
How to Use Nested if Statements in Java
›
You can use nested if statements in Java. __have you seen those cute Russian matryoshka nesting dolls? Open one, and another one is inside...
Classes and Methods from the Java API
›
The Java code you see here uses several API classes and methods. The setTitle , setLayout , setDefaultCloseOperation , add , setSize , and ...
The Atoms: Java’s Primitive Types
›
The words int and double are examples of primitive types (also known as simple types) in Java. The Java language has exactly eight prim...
May 2, 2017
How to Define a Java Method within a Class (Displaying an Account)
›
Java lets you define a method within a class. Imagine a table containing the information about two accounts. (If you __have trouble imagin...
Celebrating AnandTech’s 20th Anniversary: 1997 - 2017
›
This morning we’re celebrating a rather special occasion over here at AnandTech: our 20 th anniversary. Though in a lot of ways it seems li...
May 1, 2017
How to Create a Class Definition in Python
›
A class need not be particularly complex. In fact, you can create just the container and one class element in Python and call it a class. O...
›
Home
View web version