CS1 Course Site

CS1 at Oswego

Hypertexknowlogy

Frequently Asked Questions

 
CS1 Course Site  
 
 
 
Compilation of Powerful Ideas ( Cognitive and Computational )

# 10
 
 

The superficial signature of a Java program fragment is the fragment with:

  1. All literals (constants) replaced by their type in angular brackets.
  2. All objects referenced by variables replaced by the type of the object in angular brackets.
This is a powerful idea because it allows you to understand better what will be returned or what will result after you have typed in a line of code.