can a static variable serializable

serialization
[20 byte] By [prathi_jasthia] at [2007-10-3 3:52:24]
# 1
no
jverda at 2007-7-14 21:50:13 > top of Java-index,Core,Core APIs...
# 2

import java.io.*;

public class a

{

static Serializable ser = "wow";

}

BIJ001a at 2007-7-14 21:50:13 > top of Java-index,Core,Core APIs...