G

Geek's Geek Explains

A place which may help you understand the already-known
technical concepts even better and at the same time it may
introduce you to new concepts and their effective
implementation techniques.

  • Rated2.7/ 5
  • Updated 14 Years Ago

Recent blog posts from Geek Explains


Why String has been made immutable in Java?
Why String has been made immutable in Java? Though, performance is also a reason (assuming you are already aware of the internal String po......
14 Years Ago
BlogAdda
Why String has been made immutable in Java?
Why String has been made immutable in Java? Though, performance is also a reason (assuming you are already aware of the internal String po......
14 Years Ago
BlogAdda
Memory Leak in Java? Does \'static\' cause it?
Does 'static' cause Memory Leak in Java? What's memory leak? In simple terms, it's unused but referenced (somehow because the programmer p......
15 Years Ago
BlogAdda
Memory Leak in Java? Does \'static\' cause it?
Does 'static' cause Memory Leak in Java? What's memory leak? In simple terms, it's unused but referenced (somehow because the programmer p......
15 Years Ago
BlogAdda
Marker Interface in Java: what, why, uses, etc.
What are Marker Interfaces in Java? An empty interface having no methods or fields/constants is called a marker interface or a tag interfa......
15 Years Ago
BlogAdda
Marker Interface in Java: what, why, uses, etc.
What are Marker Interfaces in Java? An empty interface having no methods or fields/constants is called a marker interface or a tag interfa......
15 Years Ago
BlogAdda