Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Menu
Primitive Data Type « Data Type « Java
Java
Data Type
Primitive Data Type
1.
Use Integer constructor to convert int primitive type to Integer object.
2.
Convert Java Integer object to Numeric primitive types
3.
Convert Java String to Integer object
4.
Create an Integer object
5.
Arithmetic Demo
6.
Max Variable Length Demo
7.
Data Type Print Test
8.
Tests all the operators on all the primitive data types
9.
Demonstrates the ++ and -- operators
10.
Literals
11.
Demonstrates the mathematical operators.
12.
Java lets you overflow
13.
Built in types
14.
Shows default initial values
15.
Relational Demo
16.
Parse Number
17.
Java Type Helper
18.
Convert the given array (which may be a primitive array) to an object array
19.
Convert primitive back and forth
20.
Returns a default value if the object passed is null
21.
A mutable boolean wrapper.
22.
A mutable byte wrapper.
23.
A mutable double wrapper.
24.
A mutable float wrapper.
25.
A mutable int wrapper.
26.
A mutable long wrapper.
27.
A mutable short wrapper.
28.
Primitive utilities