排序
Static methods and member variables
Static methods and member variables,What are parameters for? Before we get to the meaning of parameter, let's start by talking about methods. A method is a collection of instructio...
Control structures
Control structures,Lets talk about the advantages and disadvantages of each looping structure... I could be wrong, but I wouldn't use the word 'disadvantage' in concepts like loops...
Syntax error x semantics error
Syntax error x semantics error,If we stop and look around, we will notice that languages (in general) have rules. In the English language, if we want to be good speakers, we must b...
Keywords and Expressions
Keywords and Expressions,A keyword is a word that you can't use, it's a reserved word and just the JAVA language can use it. Is it confuse? Expressions are more easy to understand....
Introduction to Open-Source Test Tool – JMeter 01
Introduction to Open-Source Test Tool - JMeter 01, Introduction The IoT industry is developing explosively. As the scale of endpoints continues to grow and business logic becomes m...
Solving Real Time Queries Using Java 8 Features -Employee Management System
Solving Real Time Queries Using Java 8 Features -Employee Management System,1) How many male and female employees are there in the organization? 2) Print the name of all department...
#jfokus2022 : Quarkus […] back from the Future
#jfokus2022 : Quarkus [...] back from the Future, Quarkus (3 Part Series) 1 #jfokus2022 : Quarkus [...] back from the Future 2 Build & deliver static docs w. Quarkus/Reodcly on...
Lemme introduce The Project Webvium
Lemme introduce The Project Webvium, The Project Webvium Contents Features Cuztomization Lightweight & Faster Material Design Total Browsing Control Incomparable Privacy You In...
Increment ++ and Decrement — Operator explained in simple way
Increment ++ and Decrement -- Operator explained in simple way,In this article, you will learn about the increment operator ++ and the decrement operator -- . In programming (Java,...
Saving UI State for Android (ViewModels with Saved State)
Saving UI State for Android (ViewModels with Saved State),ViewModel has developed into one of the most 'core' Android Jetpack libraries since its debut. Approximately 40% of Androi...
Partition Equals Subset Sum Leetcode problem or Subset sum equals to target
Partition Equals Subset Sum Leetcode problem or Subset sum equals to target, Dp Learnings (27 Part Series) 1 House Robber leetcode problem 2 Jump game leetcode problem ... 23 more ...