Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
what are public and private functions??
c++
0 Voto
2 Respostas
15th Aug 2016, 8:11 AM
Muhammad Arslan Shahid
What's the difference between protected and public ?
java#beginner
3 Votos
3 Respostas
21st Mar 2018, 10:44 AM
rishabh
How many public class possible in one java file??
class
java
3 Votos
2 Respostas
18th Feb 2019, 5:01 PM
Vipinkumar V. Mishra
Public static void main (String... args[])
core
java
1 Voto
1 Resposta
4th Jun 2017, 11:07 AM
chetaN
Why do we use private public and protected in c++
c
c++
cpython
html5
java
python3
3 Votos
4 Respostas
30th Jul 2021, 8:03 AM
Atul Chourasiya
public class Program { public static void main(String[] args) { int [ ] myArr = {6, 42, 3, 7}; int sum=0;
arrays
1 Voto
8 Respostas
16th Mar 2018, 3:48 PM
Devansh Gupta
Fill in the blanks to create a method that returns the minimum of the two parameters. public int minFunc(int n1, int n2
java
1 Voto
9 Respostas
22nd Mar 2017, 10:34 AM
Hashim Abdullah
import java.util.Scanner; public class Program { //your code goes here public static void bot(){ Scanner sc= new Scanne
kipkiruimutai
0 Voto
3 Respostas
14th Jan 2023, 7:36 AM
KIPKIRUI Kelvin Mutai
public BufferedImage processImage(BufferedImage img){ int height =img.getHeight(); int width = img.getWidth();
w
0 Voto
16 Respostas
30th May 2019, 11:43 AM
Stefano
What is main method is public
access-modifiers
-5 Votos
1 Resposta
1st Jun 2022, 10:13 PM
Awadhut Bhagawan Yenkar
why using namespace public declaration ?
c
0 Voto
1 Resposta
12th Jun 2017, 6:13 PM
Ratana Sean Chan
Is java categories by public or private
java
0 Voto
3 Respostas
4th Jul 2017, 1:53 PM
shwetma gupta
The syntax is confusing abit public static void main(String[ ] args)
java
6 Votos
5 Respostas
23rd Apr 2020, 7:52 AM
Alfred Juma
Is there any good site to learn hacking?
public
3 Votos
4 Respostas
9th Apr 2018, 10:43 AM
m azim
public class Program { public static void main(String[] args) { int day = 5; switch(day) { case
tell
0 Voto
3 Respostas
9th Aug 2017, 11:00 AM
Ramsha Iqbal
Saying private public and protected is useless?
private
protected
public
2 Votos
1 Resposta
6th Mar 2018, 9:31 AM
Paul
What we mean by public and private in class
c++
1 Voto
5 Respostas
9th Apr 2018, 3:03 PM
Khaled Akrimi
If i code can i public my game?
games
1 Voto
3 Respostas
29th Jan 2019, 3:05 AM
Jayna
import java.util.*; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System
java
-3 Votos
3 Respostas
14th Dec 2020, 4:56 PM
ABDULLAHI AMINU
public and private members of a class
c#
1 Voto
2 Respostas
11th Oct 2016, 10:35 PM
Benedek Máté Tóth
Does it matter if I write: private static void... OR public static void...?
code
java
methods
1 Voto
15 Respostas
10th Apr 2020, 11:56 AM
Yahel
why can't I use public before class sun?
code
java
1 Voto
2 Respostas
5th Aug 2020, 10:19 AM
Ray
what is the difference between public and private class?
classes
java
2 Votos
6 Respostas
12th Oct 2016, 4:48 PM
Nirmal Chandra Panda
public class main { public static void main(String[] args) { Scanner scan = new Scanner(System.in) ; System.ou
java
-1 Voto
2 Respostas
13th Jun 2021, 9:38 PM
Musaif
Why main method is defined public static
java
main
methods
1 Voto
2 Respostas
18th Feb 2018, 11:58 AM
Ravi Kumar
Which is correct public class xxx or class xxx
comments
1 Voto
2 Respostas
7th Oct 2019, 3:38 AM
Naitik Jain
public class Program { public static void main(String[] args) { int x = 34; int y = ++x; int z = x+y
operators
1 Voto
5 Respostas
30th Oct 2019, 9:09 PM
Daniel
Where to use public static void main
java
1 Voto
2 Respostas
9th Nov 2016, 4:05 PM
Kshitij Kumar
How to use public class in notepad..
classes
java
1 Voto
2 Respostas
27th Sep 2016, 7:55 PM
shashi
public class Program { public static void main(String[] args) { int arr[]= {5 ,1, 2,3}; System.out.println(bubbleso
bubble
sorting
0 Voto
1 Resposta
16th Nov 2020, 8:56 PM
Asma Omer
Classes private and public access modifiers in c++
access-modifiers
c++
classes
sololearn
0 Voto
1 Resposta
19th Dec 2020, 1:08 PM
Ayesha
public class Program { public static void main(String[] args) { int[ ] intArr = new int[5]; int[5]={1,2,3};
java
0 Voto
2 Respostas
26th Jun 2017, 7:09 PM
gobiga rani
What does it mean public and class in c#!
unity
-1 Voto
5 Respostas
15th Dec 2019, 10:16 PM
Rayen Touil
error: '{' expected public class ExampleProgram.java {
java
javascript
0 Voto
2 Respostas
30th Aug 2016, 8:03 AM
זיו ציון
Fill in the blanks to create a method that returns the minimum of the two parameters. public int minFunc(int n1, int n2 ;
classes
java
objects
-1 Voto
8 Respostas
4th Jul 2017, 8:08 AM
Walter Mugo
What do u mean by public and private members??
c++
classes
2 Votos
5 Respostas
22nd Jan 2017, 6:08 AM
P.Sai Sumanth
list
public
0 Voto
6 Respostas
16th Apr 2020, 8:08 AM
PRIYANKA K
Simple program example for private, public and protected class?
c#
variables
1 Voto
3 Respostas
10th Nov 2018, 12:29 PM
Rajesh Kalki
Why main method is to be public and static always?
java
main
static
4 Votos
3 Respostas
3rd Aug 2016, 1:19 PM
Rohan Gupta
main method() in java is always in public class.
java
mail
0 Voto
5 Respostas
8th Jun 2018, 1:34 PM
harshit
What are private, public and protected access specifiers?
c++
java
php
ruby
1 Voto
3 Respostas
7th Mar 2017, 6:34 PM
Abenezer Seleshi
Doesn't the public access specifier already allow derived classes?
c++
inheritance
protected
1 Voto
3 Respostas
17th Mar 2020, 12:38 PM
Donovan Thompson
what is [] in public static void main(String [] args)?
dhaval
furia
1 Voto
8 Respostas
4th Jan 2017, 3:39 PM
Jestoni Zamora Macasohol
What is the bug of my code
public
1 Voto
2 Respostas
12th Aug 2023, 9:08 AM
Aminu Sani
Im confused at public and private statement c#
cs
csharp
help
newbie
programming
1 Voto
1 Resposta
25th May 2019, 2:15 PM
Dharma Fattahul Winzi
How to use public private function in c++
c++
cout
0 Voto
2 Respostas
7th Aug 2018, 5:57 PM
Ganesh Jadhav
How to design website in c++?
public
1 Voto
3 Respostas
26th Dec 2020, 1:43 PM
Ashenafi Alkaso
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
diy
0 Voto
6 Respostas
16th Jul 2020, 10:26 AM
Saurav Menon
public class Program { public static void main(String[] args) { for(int x=2; x< 10; x=x*x) { System.out.
java
loops
0 Voto
2 Respostas
19th Mar 2017, 6:50 AM
naveen roshan
What did i get wrong? public class printx { public static void main(String[] args) { int [] array = new int [10];
java
0 Voto
4 Respostas
13th Aug 2019, 12:33 AM
DjCisse Samuel Tsok
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
3
4
5
...
12
Próximo >
Quente hoje
MY SNAKE GAME CODE ISN'T working of python
4 Votes
Java question Can anyone help me with the test case situation in that problem like 3 test case is pass but other are not 🤦🤦
4 Votes
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
Grouping data is not working
0 Votes
Use of flag
0 Votes
Mentor
0 Votes