cs-self-learning/docs/编程入门/Java/MIT 6.092.en.md

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

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