Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c19dfd5

Browse files
committed
Corret blog introduction and change featured blogpost
1 parent ecf2615 commit c19dfd5

4 files changed

+12
-9
lines changed

_posts/2020-12-23-create-uuid-in-java.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ title: "How To Create UUID in Java?"
44
author: gaurav
55
image: assets/images/2020-12-23/create-uuid-in-java.png
66
categories: [ Java, Core Java, String]
7-
description: In this article you will see, how to create UUID in Java.
8-
7+
description: "In this article you will see, how to create UUID in Java."
8+
featured: true
9+
hidden: true
910
---
1011

12+
In this article you will see, how to create UUID in Java.
13+
1114
## Introduction
1215

1316
UUID, a universally unique identifier is a 128-bit number used to identify information in computer systems.

_posts/2020-12-25-convert-stringbuilder-to-string-in-java.md renamed to _posts/2020-12-24-convert-stringbuilder-to-string-in-java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
layout: post
33
title: "How To Convert StringBuilder To String In Java?"
44
author: gaurav
5-
image: assets/images/2020-12-25/convert-stringbuilder-to-string-in-java.png
5+
image: assets/images/2020-12-24/convert-stringbuilder-to-string-in-java.png
66
categories: [ Java, Core Java, String]
7-
description: In this article you will see, how to convert a StringBuilder to String in Java.
7+
description: "In this article you will see, how to convert a StringBuilder to String in Java."
88
featured: false
99
---
10+
In this article you will see, how to convert a StringBuilder to String in Java.
1011

1112
## Introduction
1213

@@ -60,6 +61,5 @@ If you found this article worth, support me by [giving a cup of Coffee ☕](htt
6061
- [How Do I Compare Strings In Java](https://coderolls.com/compare-strings-in-java/)
6162
- [How To Reverse A String In Java (5 ways)](https://coderolls.com/reverse-a-string-in-java/)
6263
- [Compare Two Strings Lexicographically In Java](https://coderolls.com/compare-two-strings-lexicographically-in-java/)
63-
- [Difference Between StringBuffer and StringBuilder class](https://coderolls.com/difference-between-stringbuffer-and-stringbuilder/)
64-
65-
- [8 Basic GIT Commands Every Newbie Developer Must Know](https://coder
64+
- [Difference Between StringBuffer and StringBuilder class](https://coderolls.com/difference-between-stringbuffer-and-stringbuilder/)
65+
- [8 Basic GIT Commands Every Newbie Developer Must Know](https://coderolls.com/basic-git-commands/)

_posts/java-string/2019-12-24-difference-between-stringbuffer-and-stringbuilder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ author: gaurav
55
image: assets/images/2019-12-24-difference-between-stringbuffer-and-stringbuilder/blog-cover.jpg
66
categories: [ Java, Core Java, String]
77
description: "In this article, we are going to discuss the differences between the `StringBuffer` and `StringBuilder` class. And we will see why it `StringBuilder` is preferable to `StringBuffer` class."
8-
featured: true
9-
hidden: true
8+
featured: false
9+
1010
---
1111
In this article, we are going to discuss the differences between the `StringBuffer` and `StringBuilder` class. And we will see why it `StringBuilder` is preferable to `StringBuffer` class."
1212

0 commit comments

Comments
 (0)