Skip to content

Commit

Permalink
add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanime committed Jun 5, 2017
1 parent fe0cdd7 commit 385f0a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion C_language.org
@@ -1,4 +1,5 @@
# Head first C
* Head first C
** Anthony J.F. Griffiths and Thomas Asbridge

* Chapter 1 - Diving In

Expand Down
6 changes: 2 additions & 4 deletions java.org
@@ -1,6 +1,5 @@
* java

1.
#+begin_src java
import java.util.*;

Expand All @@ -14,10 +13,9 @@ public class one{
}

#+end_src
*** HEAD FIRST JAVA


####HEAD FIRST JAVA

1. Java is a compiled language.
2. How java is executed
Write the source code for your program in .java. The compiler checks for errors and if all passes, it converts .java to Java bytecode. This is sent to the JVM which reads and runs the bytecode

Expand Down
1 change: 1 addition & 0 deletions programming_languages.org
@@ -1,4 +1,5 @@
* Programming Languages - Brown
** Shriram Krishnamurthi

* Lecture One
~~~~~~~~~~~~~
Expand Down

0 comments on commit 385f0a6

Please sign in to comment.