Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Main(String[] args)...
comments
java
0 Votes
2 Answers
8th Dec 2018, 4:53 AM
Manjesha
static void Main(string[] args)
c#
input
0 Votes
1 Answer
8th Apr 2019, 9:38 AM
Shaik Shabbeer
static void Main(string[] args)
c#
-2 Votes
2 Answers
26th Jun 2018, 8:35 AM
Andy Jiang
public static void main(String[] arg) { ???
java
5 Votes
4 Answers
1st Mar 2017, 9:49 PM
PaperGami T.
public static void main(String[] args) is predefined method or user-defined?
java
1 Vote
7 Answers
11th Nov 2016, 7:20 PM
Vaibhav Kharche
What is meaning of this code static void Main(string[] args)
c#
0 Votes
4 Answers
8th Jan 2023, 4:40 PM
clip maker
import java.util.Scanner; public class Program { public static void main(String[] args) { System.out.println("enter y
java
-4 Votes
13 Answers
12th Jan 2022, 7:42 PM
ABHISHEK MANE
What is the use of "static" in public static void main(String[] args) ?
java
4 Votes
2 Answers
23rd Jun 2018, 11:05 AM
Ajay Parmar
import java.util.Scanner; public class Interest { @SuppressWarnings("resource") public static void main(String[] args) { Sc
programming
-3 Votes
13 Answers
30th Nov 2020, 6:57 AM
Tiamiyu Toheeb
Public static void main(String[] args) here int is not applies to why?
java
3 Votes
2 Answers
1st Aug 2018, 12:27 PM
Vidyanand kumar
What is the meaning of " static void Main(string[] args) "?
c#
output
1 Vote
1 Answer
28th Jul 2018, 6:26 PM
Mohamed Ramadan El Geneidy
public class Main { public static void main(String[] args) { int i = 012345; System.out.println(i); } }
java
4 Votes
6 Answers
25th Apr 2019, 6:21 AM
Sonu Kumar
public class Program { public static void main(String[] args) { int x=8, y=2; System.out.println(y%x);
q
2 Votes
3 Answers
30th Dec 2019, 4:32 PM
BAYODE BLESSING AKINBOLA
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
calculator
loan
-1 Vote
4 Answers
19th Jan 2021, 5:33 AM
Samriddhi sinha
Public class Exceptions {public static void main(String[] args) {try {if (args.length == 0) return;System.out.println(args[0]);}
java
1 Vote
3 Answers
28th Jun 2017, 2:01 AM
Sandeep Jena
public class Main { public static void main(String[] args) { int a = 'a'; System.out.print(a); } }
java
2 Votes
6 Answers
9th Sep 2018, 7:29 AM
sapan
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner sourav = new Scanne
java
0 Votes
13 Answers
25th Jul 2017, 8:41 AM
Sourav Kumar
class MyClass { public static void main(String[] args) {System.out.printIn("I am learning Java"); } }
java
0 Votes
2 Answers
8th Nov 2019, 2:19 PM
Fiamordzi Edzenam
public class program { public static void main(String[] args) { String firstName, lastName; firstName="Mahmudul"; lastNam
fault
1 Vote
5 Answers
28th Aug 2017, 11:20 AM
Mahmudul Hasan
import java.util.*; class Program { public static void main(String[] args) { int ch; float usd,inr;
java
0 Votes
5 Answers
28th Jun 2017, 2:17 PM
Rajan Khorasiya
public class Program { public static void main(String[] args) { int x=8, y=2; System.out.println(y%x);
q
1 Vote
2 Answers
30th Dec 2019, 4:26 PM
BAYODE BLESSING AKINBOLA
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scann
switch
0 Votes
3 Answers
20th Sep 2022, 3:22 PM
Senthil
public class Program { public static void main(String[] args) { int x[]={110,20,30,40,50,70}; int y[]; y=x;
operands
0 Votes
1 Answer
27th Sep 2019, 3:24 PM
Anuj Patel
public class Program { public static void main(String[] args) { int a=5; int b=2; int f=+a+b; System.out.pri
java
0 Votes
3 Answers
7th Apr 2019, 7:51 AM
Vignesh R
import java.util.*; public class Program { public static void main(String[] args) { Scanner sc=new Scanner(Syst
.
0 Votes
2 Answers
14th Sep 2022, 3:32 PM
A.T.U .L.
public class Program { public static void main(String[] args) { float a =10.2; float b=5.3; float c=a%b;
java
0 Votes
4 Answers
25th May 2020, 1:13 PM
Harsh Vyas
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner read = new Scanner
java#coder
1 Vote
3 Answers
27th Jan 2022, 2:35 PM
Hirdesh Prajapati
Error: Main method not found in class Pozycja, please define the main method as: public static void main(String[] args) or a
java
0 Votes
11 Answers
5th Jan 2020, 9:34 PM
Ivan
import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new
java
0 Votes
3 Answers
30th Jan 2019, 1:56 PM
Tilly Moore
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
.
-5 Votes
3 Answers
15th Jun 2021, 3:47 PM
Priti
public class IfClass { public static void main(String[] args) { int noOfPetals = 5; if (noOfPetals % 2 ==
java
1 Vote
4 Answers
24th Jul 2020, 4:54 AM
Gautam Patel
import java.io.*; public class BinaryFileDemo { public static void main(String[] args) { FileOutputStream outobject
importjava.io.*;public
-4 Votes
1 Answer
31st Dec 2020, 3:19 AM
Jibon Kumar
public class Main { public static void main(String[] args) { //correct variable declarations int name = "J
can
don'tknow
help
i
me
todo
what
who
0 Votes
2 Answers
21st Nov 2020, 1:58 AM
John Hale
public class Program { public static void main(String[] args) { //fix the variable types string name =
0
error
line
0 Votes
2 Answers
25th Jul 2022, 6:12 PM
30 Nidhi Kumari 10B
What is the output of this code? static int Test(out int x, int y=4) { x = 6; return x * y; } static void Main(string[] args
code?
int
is
of
output
static
test(out
the
this
what
0 Votes
2 Answers
19th Sep 2018, 1:39 AM
Lavetta Lewis
public class Program { public static void main(String[] args) { } { int a = 1; while (a<=5)
tes
1 Vote
4 Answers
18th Oct 2017, 12:04 PM
Agni Rosadi
public class Program { public static void main(String[] args) { int [ ] myArr = {6, 42, 3, 7}; int sum=0;
arrays
1 Vote
8 Answers
16th Mar 2018, 3:48 PM
Devansh Gupta
public class Program { public static void main(String[] args) { int day = 5; switch(day) { case
tell
0 Votes
3 Answers
9th Aug 2017, 11:00 AM
Ramsha Iqbal
import java.util.*; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System
java
-3 Votes
3 Answers
14th Dec 2020, 4:56 PM
ABDULLAHI AMINU
public class main { public static void main(String[] args) { Scanner scan = new Scanner(System.in) ; System.ou
java
-1 Vote
2 Answers
13th Jun 2021, 9:38 PM
Musaif
public class Program { public static void main(String[] args) { int arr[]= {5 ,1, 2,3}; System.out.println(bubbleso
bubble
sorting
0 Votes
1 Answer
16th Nov 2020, 8:56 PM
Asma Omer
can any one help me with main(string[] args) any idea why its not woeking when im typing it right? im new by the way
comments
1 Vote
9 Answers
14th Feb 2019, 3:58 AM
maher
public class Program { public static void main(String[] args) { int[ ] intArr = new int[5]; int[5]={1,2,3};
java
0 Votes
2 Answers
26th Jun 2017, 7:09 PM
gobiga rani
public class Program { public static void main(String[] args) { int x = 34; int y = ++x; int z = x+y
operators
1 Vote
5 Answers
30th Oct 2019, 9:09 PM
Daniel
using System; namespace Project { class MyClass { public static void Main(string[] args) { int age; string name;
c#
error
0 Votes
1 Answer
5th Oct 2021, 10:16 AM
omitogun toni
public class Program { public static void main(String[] args) { for(int x=2; x< 10; x=x*x) { System.out.
java
loops
0 Votes
2 Answers
19th Mar 2017, 6:50 AM
naveen roshan
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
diy
0 Votes
6 Answers
16th Jul 2020, 10:26 AM
Saurav Menon
In java why is string[] args used in here: public static void main(string[] args) ??? What if we don't use it??
java
1 Vote
2 Answers
13th Dec 2019, 9:35 AM
Akansha Roy
What did i get wrong? public class printx { public static void main(String[] args) { int [] array = new int [10];
java
0 Votes
4 Answers
13th Aug 2019, 12:33 AM
DjCisse Samuel Tsok
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
arrays
java
2 Votes
5 Answers
25th Oct 2017, 11:56 AM
Hasrat Wadsariya
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
Next >
Hot today
Sticky position
2 Votes
Help please?
3 Votes
Hi Friends , how to compile a java code on android.
3 Votes
How to get better with problem-solving and programming
1 Votes
Online voting system
2 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
Odd even threads without condition variable
0 Votes
SQL practice
2 Votes