diff --git a/Databases/Database (Oracle).txt b/Databases/Database (Oracle).md similarity index 100% rename from Databases/Database (Oracle).txt rename to Databases/Database (Oracle).md diff --git a/Framework and Libraries/Hibernate.txt b/Framework and Libraries/Hibernate.md similarity index 100% rename from Framework and Libraries/Hibernate.txt rename to Framework and Libraries/Hibernate.md diff --git a/Framework and Libraries/Java Servlets.txt b/Framework and Libraries/Java Servlets.md similarity index 100% rename from Framework and Libraries/Java Servlets.txt rename to Framework and Libraries/Java Servlets.md diff --git a/Framework and Libraries/Java Testing With JUnit.txt b/Framework and Libraries/Java Testing With JUnit.md similarity index 85% rename from Framework and Libraries/Java Testing With JUnit.txt rename to Framework and Libraries/Java Testing With JUnit.md index 4cdc7dc..f54b4e9 100644 --- a/Framework and Libraries/Java Testing With JUnit.txt +++ b/Framework and Libraries/Java Testing With JUnit.md @@ -1,3 +1,3 @@ ------------------------------------------------------------------------------------------ JUnit ------------------------------------------------------------------------------------------- \ No newline at end of file +------------------------------------------------------------------------------------------ diff --git a/Framework and Libraries/Spring.txt b/Framework and Libraries/Spring.md similarity index 100% rename from Framework and Libraries/Spring.txt rename to Framework and Libraries/Spring.md diff --git a/Java Core/JVM Internals.txt b/Java Core/JVM Internals.md similarity index 98% rename from Java Core/JVM Internals.txt rename to Java Core/JVM Internals.md index b913ceb..177ee5d 100644 --- a/Java Core/JVM Internals.txt +++ b/Java Core/JVM Internals.md @@ -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 \ No newline at end of file +32. Generations of heap space diff --git a/Java Core/Java Applets.txt b/Java Core/Java Applets.md similarity index 100% rename from Java Core/Java Applets.txt rename to Java Core/Java Applets.md diff --git a/Java Core/Java Assertions.txt b/Java Core/Java Assertions.md similarity index 86% rename from Java Core/Java Assertions.txt rename to Java Core/Java Assertions.md index b826bec..4f5f65f 100644 --- a/Java Core/Java Assertions.txt +++ b/Java Core/Java Assertions.md @@ -1,3 +1,3 @@ ------------------------------------------------------------------------------------------ Java Assertions ------------------------------------------------------------------------------------------- \ No newline at end of file +------------------------------------------------------------------------------------------ diff --git a/Java Core/Java Collections.txt b/Java Core/Java Collections.md similarity index 100% rename from Java Core/Java Collections.txt rename to Java Core/Java Collections.md diff --git a/Java Core/Java Concurrency.txt b/Java Core/Java Concurrency.md similarity index 100% rename from Java Core/Java Concurrency.txt rename to Java Core/Java Concurrency.md diff --git a/Java Core/Java Exceptions.txt b/Java Core/Java Exceptions.md similarity index 99% rename from Java Core/Java Exceptions.txt rename to Java Core/Java Exceptions.md index 0cda5ce..b5e544e 100644 --- a/Java Core/Java Exceptions.txt +++ b/Java Core/Java Exceptions.md @@ -98,4 +98,4 @@ Exceptions 20. How to avoid catch block? - Declare that method throws the exception. You can still use try/finally. \ No newline at end of file + Declare that method throws the exception. You can still use try/finally. diff --git a/Java Core/Java GUI.txt b/Java Core/Java GUI.md similarity index 96% rename from Java Core/Java GUI.txt rename to Java Core/Java GUI.md index d8e43af..9b28576 100644 --- a/Java Core/Java GUI.txt +++ b/Java Core/Java GUI.md @@ -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? \ No newline at end of file +12. Difference between Swing and Awt? diff --git a/Java Core/Java Generics.txt b/Java Core/Java Generics.md similarity index 100% rename from Java Core/Java Generics.txt rename to Java Core/Java Generics.md diff --git a/Java Core/Java IO.txt b/Java Core/Java IO.md similarity index 100% rename from Java Core/Java IO.txt rename to Java Core/Java IO.md diff --git a/Java Core/Java Interfaces.txt b/Java Core/Java Interfaces.md similarity index 100% rename from Java Core/Java Interfaces.txt rename to Java Core/Java Interfaces.md diff --git a/Java Core/Java JDBC.txt b/Java Core/Java JDBC.md similarity index 100% rename from Java Core/Java JDBC.txt rename to Java Core/Java JDBC.md diff --git a/Java Core/Java Version Specific.txt b/Java Core/Java Version Specific.md similarity index 99% rename from Java Core/Java Version Specific.txt rename to Java Core/Java Version Specific.md index b636711..16606f1 100644 --- a/Java Core/Java Version Specific.txt +++ b/Java Core/Java Version Specific.md @@ -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 \ No newline at end of file + http://docs.oracle.com/javase/tutorial/essential/concurrency/forkjoin.html diff --git a/Software Design/Design Patterns.txt b/Software Design/Design Patterns.md similarity index 98% rename from Software Design/Design Patterns.txt rename to Software Design/Design Patterns.md index c0f0ff4..9af20b0 100644 --- a/Software Design/Design Patterns.txt +++ b/Software Design/Design Patterns.md @@ -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 ? \ No newline at end of file +15. What is FrontController design pattern in Java ? Give an example of front controller pattern ? diff --git a/Software Design/OOP.txt b/Software Design/OOP.md similarity index 94% rename from Software Design/OOP.txt rename to Software Design/OOP.md index d701f7f..f4e62c1 100644 --- a/Software Design/OOP.txt +++ b/Software Design/OOP.md @@ -2,4 +2,5 @@ Beginner Questions ------------------------------------------------------------------------------------------ What are Encapsulation, Inheritance and Polymorphism? -What is OOP? \ No newline at end of file + +What is OOP? diff --git a/Software Design/Software Design.txt b/Software Design/Software Design.md similarity index 95% rename from Software Design/Software Design.txt rename to Software Design/Software Design.md index 380cc87..1629516 100644 --- a/Software Design/Software Design.txt +++ b/Software Design/Software Design.md @@ -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 \ No newline at end of file +7. Design for a generic card game