Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
parameter const
class Rextester { int id; String name; Rextester(int i,String n) { id=i; name=n; } void display() { System.out.println(id+" "+name); } public static void main(String args[]) { Rextester s1=new Rextester(111,"karan"); Rextester s2=new Rextester(222,"arayan"); s1.display(); s2.display(); } }
run
|
edit
|
history
|
help
0
Frequency
else weird
This code is not what it seems...
JAVA # Karekök Hesaplama
Circular array Loop?
Sum of ODD and EVEN numbers in an array
heeeeell
Find if a String2 is substring of String1
java274
getListVehicules