Get started !
online LTE test
online C test

Updated or New
GPRS RAN refresh notes New
GSM RAN refresh notes New



About
Sparkle At Learning
Feedback
Information Theory
Modulation
Multiple Access
DSP (wip)
OSI Model
Data Link layer
SS7
Word about ATM
GSM
GPRS
UMTS
WiMAX
LTE
CV2X
5G
Standard Reference
Reference books
Resources on Web
Miscellaneous
Mind Map
Magic MSC tool
Bar graph tool
C programming
C++ programming
Perl resources
Python programming
Javascript/HTML
MATLAB
GIT
ASCII table
Project Management

another knowledge site

3GPP Modem
Simulator


Sparkle At Office comic strip

Java Programming

Index
1)Books on Java
2)"Hello World" program
3)Glossary

Programs compiled with OpenJDK 11.0.27 on Windows 11.

1) Books on Java Best book to start would be,

     Head First Java by Kathy Sierra, Bert Bates, and Trisha Gee

2) "Hello World" program Below is our proverbial "Hello World" program.

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }


3) Glossary
main - 2



© Copyright Samir Amberkar 2023-24