Tagged articles
9 articles
Page 1 of 1
Architect's Tech Stack
Architect's Tech Stack
Jun 10, 2019 · Backend Development

Understanding Java Reflection and Class Loading Mechanisms

This article explains Java reflection fundamentals, including Class object usage, dynamic class loading, method and field introspection, generic type handling, and detailed class loader mechanisms, providing code examples and practical insights for backend developers.

Java APIReflectionclass loading
0 likes · 8 min read
Understanding Java Reflection and Class Loading Mechanisms
21CTO
21CTO
Jan 26, 2019 · Fundamentals

How the Google‑Oracle Java API Battle Could Reshape Software Development

Google has asked the U.S. Supreme Court to review its long‑running copyright fight with Oracle over Java APIs in Android, a case that could dramatically affect developers' ability to reuse software interfaces and shape the future of software innovation.

AndroidCopyrightFair Use
0 likes · 5 min read
How the Google‑Oracle Java API Battle Could Reshape Software Development
dbaplus Community
dbaplus Community
May 16, 2017 · Big Data

Master HDFS: Theory, Shell Commands, and Java API Hands‑On Guide

This comprehensive tutorial explains HDFS fundamentals, its metadata management and advantages, then walks you through setting up a Hadoop environment, executing core shell commands, and using the Java API with complete code examples, enabling you to confidently operate HDFS in practice.

Distributed File SystemHadoopJava API
0 likes · 15 min read
Master HDFS: Theory, Shell Commands, and Java API Hands‑On Guide
21CTO
21CTO
Aug 14, 2015 · Big Data

Mastering HBase: Table Architecture, API Usage, and Performance Tuning

This article explains HBase's column‑oriented data model, demonstrates Java API examples for creating, reading, and deleting tables, and provides practical optimization techniques—including pre‑splitting, Rowkey design, ColumnFamily reduction, caching, and compaction settings—to improve read/write performance in large‑scale deployments.

Database OptimizationHBaseJava API
0 likes · 19 min read
Mastering HBase: Table Architecture, API Usage, and Performance Tuning

Mastering HBase: Table Structure, API Usage, and Performance Tuning

This article explains HBase's column‑oriented architecture, key concepts such as Rowkey, ColumnFamily, and Region, provides Java API examples for table operations, and offers practical optimization techniques—including pre‑splitting, Rowkey design, caching, and compaction settings—to improve read/write performance.

Big DataDatabase OptimizationHBase
0 likes · 20 min read
Mastering HBase: Table Structure, API Usage, and Performance Tuning