Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Advanced Course in Object Oriented Programming - Part 4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open-Programming
Advanced Course in Object Oriented Programming - Part 4
Commits
b0f8ead8
Commit
b0f8ead8
authored
10 months ago
by
Juuso Rytilahti
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes
parent
2a408dcf
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Exercise1/Exercise1.java
+0
-0
0 additions, 0 deletions
Exercise1/Exercise1.java
Exercise1/TestZipper.java
+0
-0
0 additions, 0 deletions
Exercise1/TestZipper.java
Exercise1/Zipper.java
+0
-0
0 additions, 0 deletions
Exercise1/Zipper.java
Exercise2/Exercise2.java
+16
-0
16 additions, 0 deletions
Exercise2/Exercise2.java
with
16 additions
and
0 deletions
Exercise
-
1/Exercise1.java
→
Exercise1/Exercise1.java
+
0
−
0
View file @
b0f8ead8
File moved
This diff is collapsed.
Click to expand it.
Exercise
-
1/TestZipper.java
→
Exercise1/TestZipper.java
+
0
−
0
View file @
b0f8ead8
File moved
This diff is collapsed.
Click to expand it.
Exercise
-
1/Zipper.java
→
Exercise1/Zipper.java
+
0
−
0
View file @
b0f8ead8
File moved
This diff is collapsed.
Click to expand it.
Exercise2/Exercise2.java
0 → 100644
+
16
−
0
View file @
b0f8ead8
package
fi.utu.tech.ooj.exercise2.teht2
;
import
java.io.IOException
;
public
class
Teht2
{
public
Teht2
()
{
System
.
out
.
println
(
"Tehtävä 2"
);
try
(
var
zipper
=
new
TestZipper2
(
"books.zip"
))
{
zipper
.
run
();
}
catch
(
IOException
e
)
{
System
.
err
.
println
(
"Ajo epäonnistui!"
);
e
.
printStackTrace
();
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment