Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
How can I publish my html to be a public .com
css3
html5
1 Głos
3 odpowiedzi
22nd Feb 2018, 3:58 PM
Joshua DeLancey
Why does java file name must be same as public class name?
java
2 głosów
2 odpowiedzi
7th Jul 2019, 1:14 PM
Programmer Raja
Por que hay que poner public static void main (String[ ]args){
strings
0 głosów
2 odpowiedzi
15th Dec 2022, 3:09 PM
Sergio David Hechavarria Soto
Why are we using static keyowrd in public static void main ()??
java
main
static
3 głosów
2 odpowiedzi
13th Mar 2018, 12:25 PM
nithish kumar
What is Mathematical model of deriving or generate private and public key for RSA
key
public
rsa
5 głosów
1 Odpowiedź
26th Jul 2019, 2:39 PM
Ronny Gooz
explain about static in the line: public static void main(String args[])
java
0 głosów
3 odpowiedzi
15th Jul 2016, 2:49 PM
ajit
What is the purpose of using e.g. public static double (double a)?
android
eclipse
java
3 głosów
2 odpowiedzi
31st Aug 2017, 4:37 PM
黄瀬涼太
An error keeps coming like ; needed in public static void.someone help
java
1 Głos
2 odpowiedzi
6th Aug 2019, 4:47 PM
Ankush Raj
Can anyone help me to understand public private and protected member in class?
class
member
3 głosów
4 odpowiedzi
5th Jul 2017, 8:38 PM
Sourabh Agarwal
Number of vaccination
public
-3 głosów
1 Odpowiedź
24th Jan 2022, 5:30 PM
George Wairumbe Lempukoti
In java what is the difference between public class and ordinary class?
classes
java
javascript
0 głosów
3 odpowiedzi
6th May 2021, 6:28 PM
santhosh Kumar
Why is it not being executed??? Check out my code it is public
https://code.sololearn.com/cjbgm6caog5p/?ref=app
1 Głos
3 odpowiedzi
2nd Feb 2020, 9:14 AM
Siddhant Bhagat
How to make a variable in function() goes public?
function
javascript
public
variable
7 głosów
24 odpowiedzi
2nd Jan 2019, 10:37 PM
Jingga Sona
How to code inheritance protected public and private? Plz give code
c++
0 głosów
3 odpowiedzi
29th Jan 2017, 2:22 AM
Bibek Sunuwar
Why we can't declare public(in C++) two times?
c++
public
4 głosów
5 odpowiedzi
18th Oct 2017, 10:32 AM
Rushikesh Deshmukh
How to access a private function without using a public function inc++
c++
0 głosów
3 odpowiedzi
22nd Jan 2019, 11:18 AM
Surath Singh
What is the meaning of static in public static void main?
java
main
static
0 głosów
3 odpowiedzi
22nd Mar 2017, 1:41 PM
pranjal kumar
can we use public int main() instead of void main()?
java
0 głosów
2 odpowiedzi
26th Dec 2017, 5:27 PM
venkatasubramani
IN the below program why we are not using public
java
methods
0 głosów
1 Odpowiedź
30th Dec 2018, 1:41 PM
prasanth
what is public static void main (String arts [ ] ) ???
java
0 głosów
4 odpowiedzi
15th Sep 2016, 3:18 AM
jesus
modification of a GNU public licenced android app is legal or illegal?
gnu
licensing
0 głosów
2 odpowiedzi
10th Dec 2020, 12:43 PM
🐕Pradeep Simba 🐶
Can anyone explain what is static keyword in public static void main actually mean?
java
static
1 Głos
5 odpowiedzi
3rd Aug 2018, 10:01 AM
Kundan Saridevi
Can somebody explain the usefulness of public static in java?
classes
0 głosów
1 Odpowiedź
30th Jul 2018, 5:31 PM
omomehin
Why i need put public for run compilation on eclipse.
java
methods
0 głosów
1 Odpowiedź
23rd Oct 2016, 7:13 PM
Danis Salazar
Here is a general question haunting me. Can only my followers view my posts or is it public for all?
code
posts
public
11 głosów
5 odpowiedzi
26th Mar 2019, 1:06 PM
Sulagna Dutta
Why do we need to define the main function as public and static??
java
1 Głos
4 odpowiedzi
18th Jul 2017, 11:04 AM
Himanshu Sharma
Is it necessary to have a public class in every Java program?
class
compile
java
program
public
0 głosów
2 odpowiedzi
19th Jun 2018, 3:12 PM
Surajit
import java.util.*; public class Bowling { HashMap<String, Integer> players; Bowling() { players = new Ha
java
1 Głos
1 Odpowiedź
19th Jan 2021, 5:02 AM
Samriddhi sinha
What is the output of this code? class Temp { public int num = 2; public Temp() { num++;} ~Temp() { num++; } } static void
c#
0 głosów
1 Odpowiedź
30th Apr 2019, 2:07 PM
Smit Chawda
import java.awt.*; import java.applet.*; /* <applet code="Arc_Demo" width=310 height=200> </app|et> */ public class Arc_Dem
input
-1 Głos
4 odpowiedzi
21st Feb 2020, 9:36 AM
ASEEM
public class Program { public static void main(String[] args) { int [ ] myArr = {6, 42, 3, 7}; int sum=0; for(int x=0; x<myArr.length; x++) { sum += myArr[x]; } System.out.println(sum); } }
arrays
java
1 Głos
7 odpowiedzi
14th Oct 2016, 6:14 AM
Gopal Varma Gottimukhala
Is it possible to use more than one public class in sololearn using java?
classes
java
public
1 Głos
3 odpowiedzi
25th Jan 2020, 4:43 PM
MohammadMohammadZadeh 2015
Drag and drop from the options below to create a valid Java code with encapsulation. public class Person { int age;
encapsulation
java
-3 głosów
13 odpowiedzi
10th Jul 2017, 2:05 PM
Walter Mugo
import java.util.Scanner; public class Program { public static void main(String[] args) { int[] arr=new int[5]; for(int i=0;i<5;i++) { Scanner ch=new Scanner(System.in); arr[i]=ch.nextInt(); System.out.println(arr[i]); } }}
java
0 głosów
2 odpowiedzi
29th Jun 2016, 5:07 PM
Mayank Garg
What is the best language for public websites on the internet?
internet
0 głosów
2 odpowiedzi
28th Feb 2018, 6:13 PM
Abdelrahman Choueib
Can anyone tell me where can i find my post which is on public
web
0 głosów
2 odpowiedzi
23rd Jun 2022, 5:07 AM
Armygirl💜
Public class Exceptions {public static void main(String[] args) {try {if (args.length == 0) return;System.out.println(args[0]);}
java
1 Głos
3 odpowiedzi
28th Jun 2017, 2:01 AM
Sandeep Jena
Why elements defined in a namespace only can be explicitly declared as public?
encapsulation
Namespace
private
public
41 głosów
4 odpowiedzi
28th Nov 2017, 4:51 AM
Adi Pratama
What is the difference between access modifier private and access modifier public
access
between
difference
is
modifier
private
public
the
what
0 głosów
2 odpowiedzi
24th Mar 2019, 12:41 PM
alvin
Can the private members of a class be accessed without using any public function??
access
c++
class
private
public
specifiers
3 głosów
3 odpowiedzi
27th Dec 2017, 6:12 AM
Ankit Pal
How to encrypt and decrypt data using php with private and public key
php
2 głosów
2 odpowiedzi
30th Dec 2016, 2:30 PM
Prince Jindal
public class Program { public static void main(String[] args) { int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; myArr[0][2] = 42; int x = myArr[1][0]; System.out.println(x); } }
arrays
java
0 głosów
7 odpowiedzi
14th Oct 2016, 11:03 AM
Gopal Varma Gottimukhala
[✓]Explain the difference between deriving a class in public mode and private mode.
c++
classes
cpp
oop
private-class-mode
public-class-mode
1 Głos
1 Odpowiedź
23rd Apr 2021, 7:40 AM
SARVESH ASHOK DEVRUKHAKAR
Why did Sololearn replaced public static void Main(){ } with static void Main(){ }
c#
xmal
1 Głos
2 odpowiedzi
20th Jun 2020, 10:10 AM
Learn Big - LB
Im just not getting what is public string and all this stuff
java
1 Głos
2 odpowiedzi
11th Dec 2016, 10:35 AM
Darxter Darx
Fill in the blanks. A { private int x; public A( val) { x = val; } }
constructors
java
0 głosów
5 odpowiedzi
3rd Jul 2017, 10:51 AM
Walter Mugo
Drag and drop from the options below to create a valid constructor. class Person { private int age; public ( myage) {
constructors
java
-6 głosów
13 odpowiedzi
3rd Jul 2017, 9:47 AM
Walter Mugo
Does anyone know where to get any cool public json files?
java
json
sololearn
0 głosów
1 Odpowiedź
9th Mar 2017, 8:54 PM
kitsune
whats the difference if i declare a variable public or not?
c#
variables
1 Głos
1 Odpowiedź
20th Oct 2016, 3:46 PM
Baran
C# ..... Can we override public method of interface. In a class which implements that interface.??
.net
base
c#
class
code
implements
interface
override
program
4 głosów
3 odpowiedzi
20th Mar 2020, 2:01 PM
Smit Kalkani
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
6
7
8
...
12
Dalej >
Popularne dzisiaj
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Help me please
0 Votes