Pragmatic Programmer Issues

2008 - 07 Archive

Java Specification – Types, Values, Variables (ch4)

Comments: 2

Last week I wrote JS-ch3 summary. Today I focus on chapter four. The chapter is about types, values and variables. Java is strongly typed – every variable, expression has type that is known at compile type. Classes and interfaces are loaded by class loaders. Each class loader defines its classes and interfaces. So class A […]

Categories