Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
static void Main(string[] args)
c#
input
0 Voto
1 Resposta
8th Apr 2019, 9:38 AM
Shaik Shabbeer
public static void main(String[ ] args)
java
3 Votos
4 Respostas
30th Aug 2018, 7:43 PM
The8BitEmo
static void Main(string[] args)
c#
-2 Votos
2 Respostas
26th Jun 2018, 8:35 AM
Andy Jiang
Main method (String[ ] args) in java
java
methods
strings
6 Votos
2 Respostas
26th Sep 2018, 11:33 AM
Winget
public static void main(String[ ] args)
java
0 Voto
4 Respostas
4th Dec 2019, 5:55 PM
Joe Palmieri
why psvm(String[] args) and not psvm(String ... args)?
cli
java
0 Voto
5 Respostas
12th Sep 2022, 4:27 AM
Harsha S
for (String a: args) if(!uniques.add(a)) dups.add(a)
java
0 Voto
1 Resposta
6th Oct 2016, 2:37 PM
ujjwalkarn30
The syntax is confusing abit public static void main(String[ ] args)
java
6 Votos
5 Respostas
23rd Apr 2020, 7:52 AM
Alfred Juma
public static void main(String[] args) is predefined method or user-defined?
java
1 Voto
7 Respostas
11th Nov 2016, 7:20 PM
Vaibhav Kharche
Why we use (String [] args) in main method of Java?
java
2 Votos
4 Respostas
2nd Oct 2019, 2:40 AM
Sanjaya Acharya
What's the use of (string [ ] args) {
java
0 Voto
3 Respostas
4th Jun 2019, 3:48 AM
Shreejit Dutta
What is meaning of this code static void Main(string[] args)
c#
0 Voto
4 Respostas
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 Votos
13 Respostas
12th Jan 2022, 7:42 PM
ABHISHEK MANE
What is the use of "static" in public static void main(String[] args) ?
java
4 Votos
2 Respostas
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 Votos
13 Respostas
30th Nov 2020, 6:57 AM
Tiamiyu Toheeb
Fill in the blanks to call the method "hello" from main: public static void main(String[ ] args) { ; } static void hell
java
methods
-7 Votos
14 Respostas
29th Jun 2017, 7:21 AM
Walter Mugo
Public static void main(String[] args) here int is not applies to why?
java
3 Votos
2 Respostas
1st Aug 2018, 12:27 PM
Vidyanand kumar
I can't understand this code (String[ ] args) { System.out.println("Hello World");
java
1 Voto
3 Respostas
3rd Nov 2017, 11:53 AM
Vedant Patel
public class Main { public static void main(String[] args) { int i = 012345; System.out.println(i); } }
java
4 Votos
6 Respostas
25th Apr 2019, 6:21 AM
Sonu Kumar
What is the meaning of " static void Main(string[] args) "?
c#
output
1 Voto
1 Resposta
28th Jul 2018, 6:26 PM
Mohamed Ramadan El Geneidy
public class Program { public static void main(String[] args) { int x=8, y=2; System.out.println(y%x);
q
2 Votos
3 Respostas
30th Dec 2019, 4:32 PM
BAYODE BLESSING AKINBOLA
why we use (String [] args) in main method in java?
(string
[]
args)
in
java?
use
we
why
0 Voto
1 Resposta
18th Sep 2018, 4:34 AM
Upmanyu Sharma
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
calculator
loan
-1 Voto
4 Respostas
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 Voto
3 Respostas
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 Votos
6 Respostas
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 Voto
13 Respostas
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 Voto
2 Respostas
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 Voto
5 Respostas
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 Voto
5 Respostas
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 Voto
2 Respostas
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 Voto
3 Respostas
20th Sep 2022, 3:22 PM
Senthil
class MyClass { public static void main(String[ ] args) { System.out.println("Hello World"); } }
i
-1 Voto
3 Respostas
23rd Jan 2021, 1:25 PM
Harsh Verma
Why does the main method take (string[] args) as an argument by default?
c#
main
static
0 Voto
2 Respostas
7th Jul 2016, 9:18 PM
Awni
public class Program { public static void main(String[] args) { int a=5; int b=2; int f=+a+b; System.out.pri
java
0 Voto
3 Respostas
7th Apr 2019, 7:51 AM
Vignesh R
public class Program { public static void main(String[] args) { int x[]={110,20,30,40,50,70}; int y[]; y=x;
operands
0 Voto
1 Resposta
27th Sep 2019, 3:24 PM
Anuj Patel
import java.util.*; public class Program { public static void main(String[] args) { Scanner sc=new Scanner(Syst
.
0 Voto
2 Respostas
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 Voto
4 Respostas
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 Voto
3 Respostas
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 Voto
11 Respostas
5th Jan 2020, 9:34 PM
Ivan
What can I fill here class MyClass { public static void main(String[ ] args) { System.out.println("Hello World");
java
2 Votos
5 Respostas
14th Jan 2018, 4:21 PM
Sharoj yadav
In java , inside the main function we use (Strings[] args) what is the use of this ???
java
3 Votos
3 Respostas
5th Nov 2019, 4:18 AM
Venu D
import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new
java
0 Voto
3 Respostas
30th Jan 2019, 1:56 PM
Tilly Moore
What output results from this code? public static void main(String[ ] args) { doSomething(4); } static void doSomething(int
java
methods
-2 Votos
7 Respostas
30th Jan 2017, 10:27 PM
Yohanna Ezra
Why does the java main method have parameters? (String [] args) what's an example of when and how you might pass values?
java
5 Votos
3 Respostas
2nd May 2019, 6:29 AM
Daniels Nicole
public class IfClass { public static void main(String[] args) { int noOfPetals = 5; if (noOfPetals % 2 ==
java
1 Voto
4 Respostas
24th Jul 2020, 4:54 AM
Gautam Patel
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
.
-5 Votos
3 Respostas
15th Jun 2021, 3:47 PM
Priti
import java.io.*; public class BinaryFileDemo { public static void main(String[] args) { FileOutputStream outobject
importjava.io.*;public
-4 Votos
1 Resposta
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 Voto
2 Respostas
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 Voto
2 Respostas
25th Jul 2022, 6:12 PM
30 Nidhi Kumari 10B
public class Program { public static void main(String[] args) { } { int a = 1; while (a<=5)
tes
1 Voto
4 Respostas
18th Oct 2017, 12:04 PM
Agni Rosadi
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
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
SQL practice
2 Votes
Game development
0 Votes