BitDaddys

BitDaddys
Home

Product Sections
Product Locator
Email Utilities
Database Utilities
Other Products

Reference Sections
Articles
MySQL
Outlook - Import EML
.net Network Security
Flash
Fireworks
PHP
DB/C
Java
Email File Extensions
EML email file extension
MSG email file extension
TNEF email file extension
TXT email file extension
HTML email file extension
Java Script

OISV - Organization of Independant Software Vendors - Charter Member

Recommended Links

Get Firefox



Get Thunderbird  

MySQL

Find good sites at
Find good sites at Gimpsy  

 

Web Master:

Keith Birchfield


Java - A description of its Variables

Here you can find information about Java's use of Variables and a examples of how they are used

[ Back to the Main Java Page ]


Character Data Type

char variablename = value;

example:

char A_A = 'A';
char A_b = 'b';

 

Numeric Data Types

Type Range Size
byte -128 to 127 8-bit signed
short -32768 to 32767 16-bit signed
int -2147483648 to 2147483647 32-bit signed
long -9223372036854775808 to 9223372036854775807 64-bit signed
float -3.4E38 to 3.4E38 (6 to 7 digits accuracy) 32-bit IEEE 754
double -1.7e308 to 1.7e308 (14 to 15 significant digits accuracy) 64-bit IEEE 754
     

Constants

final datatype CONSTANTNAME = value;

where:

final : final is a Java keyword that means the constant cannot be changed.

datatype : datatype may be one of byte, short, int, long, float, double, char, boolean

CONSTANTNAME : the constant name is a valid Java Variable name, preferable in all uppercase letters.

value : value is any value appropriate for the datatype

examples:

final double PI = 3.14159;
final int Monday = 1;
final int Tuesday = 2;
final String HELLOWORLD = "Howdy to Earth ";

Boolean Data Type

examples:

boolean isChecked = true;
boolean wasConfirmed = false;

String Data Type

examples:

String AuthorName = "John H Doe";
String PleaseCompleteMessage = "Please Complete All Fields";

 

 
OISV - Organization of Independant Software Vendors - Charter Member
Highlighted Products
Email Pack

Email Pack
BitDaddys Corp.
$39.95

More Info
Buy Now!

Email conversion and action pack. Get all of our powerful email utilities for one very low price! more ...

EML and MSG converter
BitDaddys Corp.
$14.00

More Info
Free Trial
Buy Now!
Convert eml and msg Files into EML, MSG,TXT, TNEF, HTML more ...

ThunderStor
ThunderStor
BitDaddys Corp.
$10

More Info
Free Trial
Buy Now!
ThunderStor offers the user a simple, fast and effective method to extract ThunderBird Mail from the mail box files to individual standard email message files.

EMLDETACH
email Open View Pro
BitDaddys Corp.
$19.95

More Info
Trial Version
Buy Pro Now!
View .msg and .eml Email Files Print email. Extract Attachments. Convert to PDF, BMP, GIF, JPG and more ...

O2X
ODBC 2 C#
BitDaddys Corp.
$5.00

More Info
Free Trial
Buy Now!
Convert ODBC table information into a c# class and a ready to use Visual Studio 2003 project more ...

MSGDETACH
mboxPack
BitDaddys Corp.
$10.00

More Info
Free Trial
Buy Now!
Pack email files into mbox files. Plain text, individual eml,msg,txt files to Thunderstor compatable and ready to use mbox more ...

emltohtml
BitDaddys Corp.
$14.00

More Info
Free Trial
Buy Now!
Convert eml Email Files into HTML Web Pages and more ...

PopTransAct
BitDaddys Corp.
$19.95

More Info
Free Trial
Buy Now!
POP3 Email Transfers and Actions. Extract, Archive Save and Merge Attachments. Archive and forward Messages from any POP3 Account, even gmail! more ...

EMLDETACH

emlResender
BitDaddys Corp.
$14.00

More Info
Free Trial

Buy Now!

.eml file sender, RFC-822 resender more ...


Google

About Us | Site Map | Privacy | Contact Us | ©2008 BitDaddys Corp.