mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 10:56:55 +08:00
23 lines
No EOL
1.3 KiB
Markdown
23 lines
No EOL
1.3 KiB
Markdown
# MIT 6.092: Introduction To Programming In Java
|
|
|
|
## Descriptions
|
|
|
|
- Offered by: MIT
|
|
- Prerequisites: None
|
|
- Programming Languages: Java
|
|
- Difficulty: 🌟🌟
|
|
- Class Hour: less than 20 hours
|
|
|
|
MIT's introductory Java course covers what you need to get started quickly with Java, from setting up environments to explaining the basic concepts of Java. No prior programming knowledge is required. Those who want to advance after this course can learn [MIT 6.005/6.031](../../软件工程/6031.en.md).
|
|
|
|
## Course Resources
|
|
|
|
- Course Website: [Introduction To Programming In Java](https://ocw.mit.edu/courses/6-092-introduction-to-programming-in-java-january-iap-2010/pages/syllabus/)
|
|
- Textbooks: [How to Think Like a Computer Scientist](https://www.greenteapress.com/thinkapjava/)
|
|
- Assignments: https://ocw.mit.edu/courses/6-092-introduction-to-programming-in-java-january-iap-2010/pages/assignments/
|
|
|
|
## Personal Resources
|
|
|
|
@SinanTang Assignment solutions to the online course MIT 6.092 Introduction to Programming in Java (Jan 2010) are maintained in [MIT6092-Introduction-to-Programming-in-Java_problem-sets](https://github.com/SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets)
|
|
|
|
@sirrice All the material including source code in this course are maintained in [6092](https://github.com/sirrice/6092) |