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
MSGDETACH
MSGDETACH
BitDaddys Corp.
$14.00

More Info
Free Trial
Buy Now!
Detach Email Attachments from your Email and Save them wherever you want! Extract your message attachments from Outlook msg files. 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 ...

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 ...

emlBridge
BitDaddys Corp.
$12.00

More Info
Free Trial
Buy Now!
Import eml Files into nearly any Email Client. With emlBridge you can import rfc822 standard text email files into programs like Outlook, Thunderbird and Outlook Express more ...

outlookFiller
BitDaddys Corp.
$12.00

More Info
Free Trial
Buy Now!
Import eml and msg Files into Outlook more ...

outlookSpiller
EML and MSG Exporter

BitDaddys Corp.
$14.00

More Info
Free Trial
Buy Now!
Export eml, msg, tnef, txt and HTML Files from Outlook 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 ...


Google

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