-
Core Java
Inspect the contents of the Java Metaspace region
JVM Memory has following regions: a. Young Generation b. Old Generation c. Metaspace d. Others region To see what objects…
Read More » -
Core Java
Java String intern(): Performance impact
java.lang.String#intern() is an interesting function in Java. When used at the right place, it has potential to reduce overall memory…
Read More » -
Communications
A standardized error format for HTTP responses
HTTP uses status codes to indicate the result of the servers attempt to satisfy the request. In case the server…
Read More » -
Software Development
The 2022 Complete Linux Certification Learning Paths: Lifetime Subscription
#1 Learn-by-Doing Linux Training Platform Giving You Interactive Lessons in Linux & Other Tech Tools Hey fellow geeks, This week,…
Read More » -
Web Development
OPEN APIS – PUBLIC INFRASTRUCTURE IN THE DIGITAL AGE
When “public infrastructure” is mentioned, typically people think of roads, bridges, rails, dams, power plants, city lights. These are all…
Read More » -
Core Java
In which region intern strings are stored?
intern() is an interesting function in java.lang.String object. intern() function eliminates duplicate string objects from the application and has potential…
Read More » -
Software Development
The 2022 Google Flutter & Solidity Development Bundle
Be a Skilled Developer of Cross-Platform Apps with 40 Hours of Content on Flutter, Dart, & More Hey fellow geeks,…
Read More » -
Core Java
Garbage Collection CPU Statistics
When a Garbage Collection event runs, it spends a predominant amount of its time in the Java application layer. It…
Read More » -
Software Development
A tutorial on Spoofax, a Language Workbench
Today we are taking a look at Spoofax, a Language Workbench, an environment that permits quickly creating DSLs, and in…
Read More »