Skip to content

Commit 02e4927

Browse files
author
Jitendra Pisal
committed
added java practice folder
1 parent e9d29ff commit 02e4927

File tree

237 files changed

+16564
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+16564
-0
lines changed

Java_Practice/.metadata/.lock

Whitespace-only changes.

Java_Practice/.metadata/.log

Lines changed: 2125 additions & 0 deletions
Large diffs are not rendered by default.
20 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
235 Bytes
Binary file not shown.
543 Bytes
Binary file not shown.
235 Bytes
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package pack1;
2+
3+
public class Pegasus extends Horse implements Flyer,Mythical{
4+
5+
public static void main(String[] args) {
6+
Pegasus myApp = new Pegasus();
7+
}
8+
9+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package pack1;
2+
3+
public interface Flyer {
4+
5+
}

Java_Practice/.metadata/.plugins/org.eclipse.core.resources/.history/12/60cea5e4dbd7001617f9a62a1799e527

Whitespace-only changes.

0 commit comments

Comments
 (0)