Home » Questions » This is a very cool plugin! Me like!

This is a very cool plugin! Me like!

Answered Closed
0
1

Some text goes here.

> Blockquote

– List item 1
– List item 2

## Heading is cool ##

———-
separated

  • demo
    Demo is a really smart fella... look at how many questions he's asked and answered ;p
  • You must to post comments
Best Answer
0
0

test test

  • You must to post comments
0
0

There are comments, and then there are answers.

  • demo
    you can add comments to anything... but doesn't look like you can vote on the comments.
  • You must to post comments
0
0

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;
}

  • You must to post comments
Showing 3 results