Answered Closed
Some text goes here.
> Blockquote
– List item 1
– List item 2
## Heading is cool ##
———-
separated
- demo asked 11 years ago
-
Demo is a really smart fella... look at how many questions he's asked and answered ;p
- You must login to post comments
Best Answer
There are comments, and then there are answers.
- demo answered 11 years ago
-
you can add comments to anything... but doesn't look like you can vote on the comments.
- You must login to post comments
package com.jbt;
import java.io.Serializable;
**strong text**
//@SuppressWarnings(“serial”)
public class Employee implements Serializable {
public String firstName;
public transient String lastName = “GT”;
public static String Address = “ADD”;
public static int i;
public transient int j;
// Variable is commented
static long serialVersionUID = 5462223600l;
}
- demo answered 11 years ago
- last edited 11 years ago
- You must login to post comments