Surabhi Saxena

Surabhi Saxena

My name is Surabhi Saxena, I am a graduate in computer applications. I have been a college topper, and have been awarded during college by the education minister for excellence in academics. I love programming and Linux. I have a blog on Linux at www.myblogonunix.wordpress.com.

Surabhi's articles

Fundamentals of C
Fundamentals of C

Read Fundamentals of C and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Beginning Java: Data types, Variables, and Arrays
Beginning Java: Data types, Variables, and Arrays
Java

By Surabhi Saxena,

This article introduces Java — a simple, object oriented, high performance language — and digs into the eight primitive data types (byte, short, int, long, float, double, boolean, and char), instance variables (non-static fields), class variables (static fields), and local variables.