Quantcast
Channel: Web Builder Zone - java
Viewing all articles
Browse latest Browse all 63

How to use static variable in java

$
0
0
package com.pky.com; public class StaticExample { public static String company = "Infosys Limited"; public String name; public int id; public StaticExample(String name, int id) { this.name = name; this.id = id; } public void show() { System.out.println("Employee Name :" + name + "\nEmployee Id :" +...

Viewing all articles
Browse latest Browse all 63

Latest Images

Trending Articles





Latest Images