Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit782e5bf

Browse files
authored
border the table
Currently, I am not able to see the table bordering. I think kramdown does not support the bordering a table with Jekyll. SO I am adding {:class="table table-bordered"} this line of code before the table. So that it should be seen as bordered in a blog.
1 parent381cce5 commit782e5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Now you can learn the difference, the `StringBuffer` class is synchronized while
5050

5151
But this is the main difference. We will discuss a few more differences which came into the existence because of this main difference.
5252

53+
{:class="table table-bordered"}
5354
| Feature|`StringBuffer`|`StringBuilder`|
5455
| ---| ---|---|
5556
| Synchronization|`StringBuffer` is synchronized. That means all the methods of the`StringBuffer` class are synchronized.|`StringBuilder` is not synchronized. That is none of the methods of the`StringBuilder` class is synchronized.|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp