User-submitted Java Projects

32
1312 reads
EmailCheck
A simple java app to check if the entered email is valid or not
EmailCheck

Run It Now!
34
1848 reads
EmailCheck
A simple java application that asks you to input your email id and checks it to tell you that the entered mail is valid or not. P.S please download the code and try running it on your system, isn't
EmailCheck

Run It Now!
39
867 reads
calcpage123's picture

Submitted by

calcpage123
Tags:

35
1444 reads
JavaSQRTSimulation
This program can calculate the root (sqrt root, ...) of any given number, the overall purpose is for educational. It shows how we can calculate the root of any given number. ;)
JavaSQRTSimulation

Run It Now!
43
2565 reads

March 7, 2013

Demonstrate SimpleDateFormat


SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner. It allows for formatting (date -> text), parsing (text -> date), and normalization.

32
3373 reads

March 7, 2013

Demonstrate time formats


DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.

369
5643 reads

March 7, 2013

Demonstrate date formats


DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.

62
2547 reads

March 7, 2013

Remote Interface


RMI applications often comprise two separate programs, a server and a client.

192
3364 reads

March 6, 2013

Show public methods.


Access Specifier:-The access specifier determines how accessible the field is to code in other classes. Access ranges from totally accessible to totally inaccessible.

96
2525 reads

March 6, 2013

Demonstrate Reflection.


Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running in the Java virtual machine.