Commit ab3d3d37 authored by daniel.tang's avatar daniel.tang

Upload New File

parent c2b340ac
package programmingP2week1;
public class dereference {
public static void main(String[] args) {
// TODO Auto-generated method stub
dereference1 o = null;
o.foo = "Hello world";
o.bar = 8.6;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment