26 July 2009

Jul 26

0 Method Overloading and Method Overriding in JAVA - A comparison study

Static Polymorphism And Dynamic Polymorphism in JAVA Static Polymorphism in JAVA is also known as Function Overloading in JAVA. Dynamic Polymorphism in JAVA is also known as Function Overriding in JAVA. Let us compare Function Overloading and Function Overriding in JAVA. Here it goes,the difference between Function Overloading and Function Overriding in JAVA Static Polymorphism Dynamic Polymorphism Function Overloading –...
Read More...

25 July 2009

Jul 25

0 BASICS OF JAVA - Introduction to JAVA

BASICS OF JAVA - CHAPTER-3 -Introduction to JAVA A language developed by Sun Microsystems • A general-purpose language • High-level language • Developed initially for consumer devices • Now-a-days, popular platform to develop enterprise applications Know more about history of JAVA and some intersting factors about JAVA. Features of Java • Object-oriented • Robust • Portable or 'Architecture Neutral' • Secure • Support for Multithreading...
Read More...
fin "; if (timestamp != '') { var timesplit = timestamp.split(" "); var date_dd = timesplit[0]; var date_mmm = timesplit[1].substring(0, 3); }
fin