Open in app

Sign In

Write

Sign In

Student Kim
Student Kim

16 Followers

Home

About

Published in Buzz Code

·Mar 3, 2021

Java 8 | Sorting Algorithm — Bubble Sort

Hi y’all! Today We’re going to take a look at one of the sorting algorithms — Bubble Sort. [Bubble Sort] Now let’s see how this bubble sort works!

Java

2 min read

Java 8 | Sorting Algorithm — Bubble Sort
Java 8 | Sorting Algorithm — Bubble Sort
Java

2 min read


Published in Buzz Code

·Mar 2, 2021

Java 8 | StringTokenizer Practice 2

Hi y’all! It’s another day to practice the StringTokenizer with me! Java 8 | StringTokenizer Practice Hi guys! Welcome to another day of practicing Java with me. Like I said on the last post, I brought some practice…medium.com You can check my last post out above, and let’s get this started! [Question 1] Man down! Let’s say there is a game of the war. And this game records points with the “-”, “+” signs. When there is “-” in front of…

Java

2 min read

Java 8 | StringTokenizer Practice 2
Java 8 | StringTokenizer Practice 2
Java

2 min read


Published in Buzz Code

·Feb 24, 2021

Java 8 | StringTokenizer Practice

Hi guys! Welcome to another day of practicing Java with me. Like I said on the last post, I brought some practice questions of StringTokenizer, so if you miss the last posts check them out before! Java 8 | StringTokenizer StringTokenizer — One of the Java util package that breaks a String into tokens.medium.com Java 8 | StringTokenizer 2+ while Hi guys! Today I’m going to talk more about the StringTokenizer and the while statement which is another loop. The…medium.com

Java

3 min read

Java 8 | StringTokenizer Practice
Java 8 | StringTokenizer Practice
Java

3 min read


Published in Buzz Code

·Feb 23, 2021

Java 8 | StringTokenizer 2+ while

Hi guys! Today I’m going to talk more about the StringTokenizer and the while statement which is another loop. The first post about StringTokenizer is on below. Java 8 | StringTokenizer StringTokenizer — One of the Java util package that breaks a String into tokens.medium.com [while & hasMoreTokens()] Last time I used countTokens() to count how many tokens are there in the StringTokenizer. …

Java

2 min read

Java 8 | StringTokenizer 2+ while
Java 8 | StringTokenizer 2+ while
Java

2 min read


Published in Buzz Code

·Feb 22, 2021

Java 8 | StringTokenizer

StringTokenizer — One of the Java util package that breaks a String into tokens. Hi y’all! Today I’m going to show you how to use the StringTokenizer. It’s very similar with one of the String method split(), but you might find StringTokenizer more convenient to use. [StringTokenizer] Unlike the split() method…

Java

2 min read

Java 8 | StringTokenizer
Java 8 | StringTokenizer
Java

2 min read


Published in Buzz Code

·Feb 17, 2021

Java 8 | ArrayList 2

Hey guys! I know I told you that I’m going to bring some practice questions today, but I think it’d be better If I show you some more of the methods that you can use on the ArrayList. Java 8 | ArrayList ArrayList — Re-sizable array that java.util package provides.medium.com Checkout my last post before we go! (1) add() method 2 If we use the add()…

Java

2 min read

Java 8 | ArrayList 2
Java 8 | ArrayList 2
Java

2 min read


Published in Buzz Code

·Feb 16, 2021

Java 8 | ArrayList

ArrayList — Re-sizable array that java.util package provides. Hi y’all! Today we’re going to take a look at the ArrayList. You would remember arrays, there are one dimensional and two dimensional arrays. Java 8 | One Dimensional Array One dimensional array — a collection of elements, that has same data type, in a horizontal style.medium.com Java 8 | Two Dimensional Array Hi y’all! Welcome to another Java session with me, and today I’m going to talk about the Two Dimensional Array. This is…medium.com

Java

3 min read

Java 8 | ArrayList
Java 8 | ArrayList
Java

3 min read


Published in Buzz Code

·Feb 15, 2021

Java 8 | String Method Practice 3

Hi guys! Today we’re going to practice the String methods that we’ve seen on the last posts. So before we go it’d be better to check them first. Java 8 | String Method 3 Following from the last time, let’s see what kind of methods we can use on the String.medium.com Question 1. Get the word ‘school’ from the sample String, and store it in the answer String. String sample = "I'm going to school tomorrow."; String answer = "";

Java

2 min read

Java 8 | String Method Practice 3
Java 8 | String Method Practice 3
Java

2 min read


Published in Buzz Code

·Feb 10, 2021

Java 8 | String Method 3

Following from the last time, let’s see what kind of methods we can use on the String. Java 8 | String Method 2 Hi y’all! In one of my old post I was talking about three String methods charAt(), equals(), length().medium.com (1) trim() This method removes the spaces in the beginning and the end of the String. It doesn’t need parameter.

Java

2 min read

Java 8 | String Method 3
Java 8 | String Method 3
Java

2 min read

Java 8 | String Method 3

Following from the last time, let’s see what kind of methods we can use on the String.

Java 8 | String Method 2

Hi y’all! In one of my old post I was talking about three String methods charAt(), equals(), length().

medium.com

(1) trim()

This method removes the spaces in the beginning and the end of the String. It doesn’t need parameter.

--

--


Published in Buzz Code

·Feb 9, 2021

Java 8 | String Method 2

Hi y’all! In one of my old post I was talking about three String methods charAt(), equals(), length(). Java 8 | String Method Method — A block of code that performs specific task.medium.com Today I’ll talk about more of the String methods that we can use often. Let’s get this started then! (1) startsWith() This method returns true if the String starts with the parameter String, and…

Java

3 min read

Java 8 | String Method 2
Java 8 | String Method 2
Java

3 min read

Student Kim

Student Kim

16 Followers

Learn something new everyday.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech