We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e1861 commit 346a225Copy full SHA for 346a225
Docs/ui-component/Java/Java.md
@@ -4,6 +4,7 @@ title: Java
4
has_children: true
5
nav_order: 2
6
resource: true
7
+desc: "Java interview questions and answers."
8
categories: [Java,Java8,Multithreading]
9
permalink: Docs/ui-component/Java
10
---
README.md
@@ -12,7 +12,7 @@ permalink: /
12
13
14
{% for cat in site.category-list %}
15
-#### {{ cat }}
+### {{ cat }}
16
<ul>
17
{% for page in site.pages %}
18
{% if page.resource == true %}
0 commit comments