Skip to content

Migrate all files to markdown format_Fix #5 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
79344cf
Rename Design Patterns.txt to Design Patterns.md
nasrabadiAM Feb 12, 2018
8ea171f
Rename OOP.txt to OOP.md
nasrabadiAM Feb 12, 2018
4f59afc
Rename Software Design.txt to Software Design.md
nasrabadiAM Feb 12, 2018
4fbfb76
Update OOP.md
nasrabadiAM Feb 12, 2018
3157c3e
Rename Java Version Specific.txt to Java Version Specific.md
nasrabadiAM Feb 12, 2018
f29266f
Rename Java JDBC.txt to Java JDBC.md
nasrabadiAM Feb 12, 2018
6de92b8
Rename Java Interfaces.txt to Java Interfaces.md
nasrabadiAM Feb 12, 2018
305e494
Rename Java IO.txt to Java IO.md
nasrabadiAM Feb 12, 2018
a8f05d2
Rename Java Generics.txt to Java Generics.md
nasrabadiAM Feb 12, 2018
46888b6
Rename Java GUI.txt to Java GUI.md
nasrabadiAM Feb 12, 2018
98ffd2c
Rename Java Exceptions.txt to Java Exceptions.md
nasrabadiAM Feb 12, 2018
09230fd
Rename Java Concurrency.txt to Java Concurrency.md
nasrabadiAM Feb 12, 2018
61756d2
Rename Java Collections.txt to Java Collections.md
nasrabadiAM Feb 12, 2018
a81ad8f
Rename Java Assertions.txt to Java Assertions.md
nasrabadiAM Feb 12, 2018
acb7014
Rename Java Applets.txt to Java Applets.md
nasrabadiAM Feb 12, 2018
ae81e75
Rename JVM Internals.txt to JVM Internals.md
nasrabadiAM Feb 12, 2018
eb62985
Rename Hibernate.txt to Hibernate.md
nasrabadiAM Feb 12, 2018
7cc4312
Rename Java Servlets.txt to Java Servlets.md
nasrabadiAM Feb 12, 2018
f1e0550
Rename Java Testing With JUnit.txt to Java Testing With JUnit.md
nasrabadiAM Feb 12, 2018
73a7109
Rename Spring.txt to Spring.md
nasrabadiAM Feb 12, 2018
f97339f
Rename Database (Oracle).txt to Database (Oracle).md
nasrabadiAM Feb 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
------------------------------------------------------------------------------------------
JUnit
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
File renamed without changes.
2 changes: 1 addition & 1 deletion Java Core/JVM Internals.txt → Java Core/JVM Internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ http://www.artima.com/insidejvm/ed2/jvm.html
No.
30. An application has a lot of threads and is running out of memory, why?
31. Types of GC
32. Generations of heap space
32. Generations of heap space
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
------------------------------------------------------------------------------------------
Java Assertions
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Exceptions

20. How to avoid catch block?

Declare that method throws the exception. You can still use try/finally.
Declare that method throws the exception. You can still use try/finally.
2 changes: 1 addition & 1 deletion Java Core/Java GUI.txt → Java Core/Java GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ AWT
9. How are the elements of different layouts organized?-
10. Which containers use a Border layout as their default layout?
11. Which containers use a Flow layout as their default layout?
12. Difference between Swing and Awt?
12. Difference between Swing and Awt?
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Java 7 specifics
The fork / join framework is an implementation of the ExecutorService interface that helps you take advantage of multiple processors. It is designed for work that can be broken into smaller pieces recursively.

Example can be found here
http://docs.oracle.com/javase/tutorial/essential/concurrency/forkjoin.html
http://docs.oracle.com/javase/tutorial/essential/concurrency/forkjoin.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ http://stackoverflow.com/questions/1673841/examples-of-gof-design-patterns

MVC in Swing libraries

15. What is FrontController design pattern in Java ? Give an example of front controller pattern ?
15. What is FrontController design pattern in Java ? Give an example of front controller pattern ?
3 changes: 2 additions & 1 deletion Software Design/OOP.txt → Software Design/OOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Beginner Questions
------------------------------------------------------------------------------------------
What are Encapsulation, Inheritance and Polymorphism?
What is OOP?

What is OOP?
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Software Design questions
4. Design ATM Machine ?
5. You are writing classes to provide Market Data and you know that you can switch to different vendors overtime like Reuters, wombat and may be even to direct exchange feed , how do you design your Market Data system.
6. Design for a chess game
7. Design for a generic card game
7. Design for a generic card game