Skip to content

Instantly share code, notes, and snippets.

@ovidijusr
Created April 26, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovidijusr/a3d8613bf06fc93d3189e559c19e5120 to your computer and use it in GitHub Desktop.
Save ovidijusr/a3d8613bf06fc93d3189e559c19e5120 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
Objektas labas = new Objektas();
System.out.println(labas.a); // atspausdinamas objekto kintamasis
}
@ovidijusr
Copy link
Author

public class Objektas {
public int a;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment