Skip to content

Commit b6d81ba

Browse files
committed
keep in mastering the api section
1 parent 3fd8546 commit b6d81ba

File tree

1 file changed

+17
-1
lines changed
  • app/pages/learn/01_tutorial/04_mastering-the-api/02_modern_io

1 file changed

+17
-1
lines changed

app/pages/learn/01_tutorial/04_mastering-the-api/02_modern_io/index.md renamed to app/pages/learn/01_tutorial/04_mastering-the-api/02_modern_io/01_modern_io.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# Common I/O Tasks in Modern Java
1+
---
2+
id: api.modernio
3+
title: "Common I/O Tasks in Modern Java"
4+
type: tutorial
5+
category: api
6+
category_order: 2
7+
layout: learn/tutorial.html
8+
subheader_select: tutorials
9+
main_css_id: learn
10+
last_update: 2024-04-24
11+
description: "This article focuses on tasks that application programmers are likely to encounter, particularly in web applications, such as reading and writing text files, reading text, images, JSON from the web, and more."
12+
author: ["CayHorstmann"]
13+
---
14+
15+
<a id="commonio">&nbsp;</a>
16+
17+
## Introduction
218

319
This article focuses on tasks that application programmers are likely to encounter, particularly in web applications, such as:
420

0 commit comments

Comments
 (0)