-1

I am new to programming and JOpenID, what is a simple code example? I have heard that it is similar to Java, even though I do not know Java. My programmer friends recommended JOpenID and they say you need to learn declarations first.

1 Answers1

1

I would recommend learning Java first, but a simple code example for a String declaration would be this:

private static final String ATTR_MAC = "string1"; 

private static final String ATTR_ALIAS = "string2"; 
Ryan Cocuzzo
  • 3,109
  • 7
  • 35
  • 64