mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 10:56:55 +08:00
1.3 KiB
1.3 KiB
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.
Course Resources
- Course Website: Introduction To Programming In Java
- Textbooks: How to Think Like a Computer Scientist
- 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
@sirrice All the material including source code in this course are maintained in 6092