Java SE 8 Programming Basics, by Bill Zhang

preview_player
Показать описание
Java is one of the world's must popular coding languages, and its object-oriented nature makes it very versatile for different projects. Covers principles of Java, abstraction, functional programming, as well as cool and unique features not found in C.
Комментарии
Автор

00:00 Java Background (History)
21:42 Declarations and Initializations
23:03 Java Statements
24:25 Class Design
32:37 Abstract Classes
36:26 Interfaces
41:14 Methods and Encapsulation
54:15 Quiz

csmemepage
Автор

the seminar is good for people who are proficient in programming with other languages and in the concept of oop to get started with Java. If you're less-experienced and want to learn programming by using java, go find a full course.

yuxuanji
Автор

please make a complete video on java and spring #CS50

limitless
Автор

Good seminar but at 14:10 there is a typo in the second line of code in the slide .. it has to be :
1- $javac Zoo.java
2- $java Zoo Zoo : not "$java Zoo.java Zoo"*
because he mentioned that we have to type ".java" at the end of the class name only during compiling process (using "javac" command) so we do NOT have to type ".java" when we execute our compiled program (class) with java virtual machine (JVM) using the command "java"
However it's still a good helpful video to learn the basics of java quickly so thank you very much.

mazenhalabi
Автор

At 23:55 he says NULL is all caps... Java null keyword is case sensitive and its lowercase.

agintl
Автор

Younger than 22 and is already a lecturer in one of the top unis in the world, Jesus.

millerlou
Автор

51:06 I am here to learn new things about Java and not about Cygnet 😂
Nice covering of concepts though in a single video.

manoekambaram
Автор

49:05 Isn't private in the front ?

manoekambaram
Автор

C and Python are both functional and procedural.

Ad-hohc
Автор

can any one help me to install cs50 ide offline in ubuntu 16.04 lts

lokpatitiwari
Автор

5 minutes in and I've counted 3 or 4 blatantly false statements (off the top of my head: Python is not functional, Java's sandbox prohibits some but not all attacks on your computer, Java is not lower-level than Python, and Java's use of ; has nothing to do with whether it's a high-level or low-level programming language).

Bleah

jonathanccast