Assuming that I have an object called Item, and that it has text, id, and validation properties, in this case, text is a string, id is an integer, and validation is a Boolean value.
class Item
{
private int id;
private String texto;...
asked by
25.09.2014 / 15:03