Expand my Community achievements bar.

User interface in Java API

Avatar

Former Community Member
Hello,



I just want to create a new User with a short Java client.

But User is an interface and I would like to know, which object implements this interface.



Thanks



Thomas
2 Replies

Avatar

Level 10
Try to use the UserImpl object (UserImpl newUser = new UserImpl();).



Jasmin