When I try to import java.util.prefs.Base64;
it says the type java.util.prefs.Base64 is not visible...
Base64 cannot be resolved and stuff.
Type: Posts; User: hemanthjava; Keyword(s):
When I try to import java.util.prefs.Base64;
it says the type java.util.prefs.Base64 is not visible...
Base64 cannot be resolved and stuff.
I have a Person Object with attributes like name, age, sex etc which I wanna store in the sybase database. The column in which it is to be stored is of "text" datatype.
I have converted the object...