Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
class Myclass { public static void main(String []args){ System.out.println.("I'm learning java"); } }
i'm
where
wrong
0 głosów
3 odpowiedzi
16th Sep 2017, 3:51 PM
Parvinder Singh
Is there any problem if we copy the code of someone to save and make it public ?
any
code
copy
if
is
make
problem
public
save
someone
1 Głos
9 odpowiedzi
24th Dec 2018, 4:51 AM
Gopu Pavan
Why a Single Java Source File Can Not Have More Than One Public Class
easy
explain
java
way
1 Głos
2 odpowiedzi
2nd Apr 2018, 9:30 PM
Arun Tomar
class MyClass { public static void main(String[] args) {System.out.printIn("I am learning Java"); } }
java
0 głosów
2 odpowiedzi
8th Nov 2019, 2:19 PM
Fiamordzi Edzenam
Hello! I have a question. I can translate your code and public it?
html
0 głosów
3 odpowiedzi
26th Nov 2017, 9:02 PM
Александр Катковский
Drag and drop from the options below to create an object of the A class in the B class and call its "test" method. public A {
classes
java
objects
-1 Głos
28 odpowiedzi
30th Jun 2017, 6:46 AM
Walter Mugo
In a class what is the difference between private member and public member
c++
0 głosów
3 odpowiedzi
20th May 2017, 3:40 PM
RISHABH SINGH
How to use curl to make request to secure public ip (0.0.0.0) django server without error?
curl
django
python3
ssl
1 Głos
3 odpowiedzi
21st Sep 2021, 4:54 PM
Abhay
Drag and drop from the options below to define the set and get methods. class A { private int x; public getX() {
classes
java
1 Głos
10 odpowiedzi
3rd Jul 2017, 7:53 AM
Walter Mugo
Why are Java high level classes and interfaces be declared just public and default
classes
enums
interfaces
java
0 głosów
4 odpowiedzi
28th Dec 2016, 7:19 PM
Hasnat Saeed
My question is why void is used with main in public static void main(String ab[])?
java
2 głosów
4 odpowiedzi
21st Jun 2017, 2:59 PM
Shubham Agarwal
Do I need to post my new code or will making it public automatically post it for me.
code
post
question
9 głosów
4 odpowiedzi
10th Aug 2017, 2:39 PM
Shawn Gillis
import java.util.*; class Program { public static void main(String[] args) { int ch; float usd,inr;
java
0 głosów
5 odpowiedzi
28th Jun 2017, 2:17 PM
Rajan Khorasiya
How can I make an application?
android
c++
java
public
5 głosów
12 odpowiedzi
19th Sep 2018, 2:50 AM
Sujan
In this app where are non public saves found? What is the "tab Code"?
c#
0 głosów
4 odpowiedzi
5th Jan 2017, 4:04 AM
Lectrixquids
How to add a picture to my code I want to make public on solo learn
html
2 głosów
3 odpowiedzi
18th Jul 2021, 2:41 PM
Adedeji Moyinoluwa
Why do we use static keyword in the line public static void main(string args[])
java
1 Głos
3 odpowiedzi
3rd Sep 2016, 12:21 PM
Shubham Jain
How can benefit from making my code private or public ? What is the best one ?
code
private
public
1 Głos
7 odpowiedzi
7th May 2017, 6:09 PM
Salah Ayoob
Error: Main method not found in class Pozycja, please define the main method as: public static void main(String[] args) or a
java
0 głosów
11 odpowiedzi
5th Jan 2020, 9:34 PM
Ivan
Why is the name of .java file equal to the name of the public class?
help
java
2 głosów
2 odpowiedzi
20th Jun 2020, 4:23 PM
Tannishtha Sengupta
What is the difference between class with public in the front and class without public?
classes
java
1 Głos
4 odpowiedzi
5th Mar 2016, 6:17 AM
Yusuf Faisal (Pro Encoder)
Inheritance code reusability
c++
inheritance
public
4 głosów
5 odpowiedzi
29th Mar 2018, 4:33 PM
Ketan Lalcheta
public string Name { get { return name; } set { name = value; } }
properties
0 głosów
3 odpowiedzi
12th Jul 2020, 8:00 PM
Ali Emir Altın
What is the output of the following code? abstract class Calc { abstract public function calculate($param); protected func
inheritance
php
-8 głosów
10 odpowiedzi
25th Apr 2020, 12:53 AM
Mercy Vasquez
What is your first public website that anyone in the world can visit?
first-domain
first-website
html+css+js
web-address
world-wide
2 głosów
1 Odpowiedź
22nd Jul 2017, 1:47 AM
Erik Johanson
Please how can I get my website public and get URL for it
python
0 głosów
1 Odpowiedź
8th Oct 2022, 8:01 PM
Folahanmi Nelson
class MyClass { public static void main(String[ ] args) { System.out.println("Hello World"); } }
i
-1 Głos
3 odpowiedzi
23rd Jan 2021, 1:25 PM
Harsh Verma
Can someone help me out for understanding the concept of public keyword
else-statements
if-statements
java
0 głosów
1 Odpowiedź
29th Oct 2017, 8:23 AM
priyanshi
Is it that constructor can only be declared in public access specifier?
c++
constructors
0 głosów
1 Odpowiedź
28th Jul 2016, 4:23 PM
Abhilash Anand
class person{ private : int age=8; public : person(int age){ cout<<this->age; } }; int main() {person p(2);}
c++
output
0 głosów
6 odpowiedzi
5th Jul 2017, 2:17 PM
Kushagra Agarwal
Is encapsulation in c++ is writing with public and private keywords? If not that how encapsulations is writing?
c++
0 głosów
8 odpowiedzi
23rd Jul 2018, 6:54 PM
Rytis Karalius
What are the disadvantages of creating/developing your app from a computer that is not yours? A public computer.
computer
3 głosów
7 odpowiedzi
27th Feb 2017, 10:04 PM
Ruth
Can we access Private protected and public access specifiers at the same time in c++?
c++
oop
-1 Głos
4 odpowiedzi
20th Apr 2018, 2:31 PM
kashif ahmad
(Off topic)can i use the information of any public transport service in my website without including its name ?
services
transport
5 głosów
2 odpowiedzi
15th Feb 2020, 12:43 PM
Vijay(v-star🌟)
In java what is the purpose of putting the keyword "public" in main method? Why we do not put the word "public" in user defined methods?
java
public
-1 Głos
4 odpowiedzi
29th Aug 2016, 9:23 AM
Jia Wei Sim
Is it good to set all variables as public at the beginning of creating a class?
access-modifiers
c#
classes
2 głosów
4 odpowiedzi
22nd Dec 2016, 12:12 AM
Jan Mróz
Please help with Creating class cats with public members: cats name and age are required? In python
classes
methods
python
python3
0 głosów
5 odpowiedzi
9th Apr 2020, 2:14 PM
mahlatse Ignatious magongoa
What can I fill here class MyClass { public static void main(String[ ] args) { System.out.println("Hello World");
java
2 głosów
5 odpowiedzi
14th Jan 2018, 4:21 PM
Sharoj yadav
is undo function is available in R programming language ?
public
r-language
1 Głos
1 Odpowiedź
27th Oct 2019, 7:36 AM
venkata sreeram
What output results from this code? public static void main(String[ ] args) { doSomething(4); } static void doSomething(int
java
methods
-2 głosów
7 odpowiedzi
30th Jan 2017, 10:27 PM
Yohanna Ezra
class Parent { public static void show(){ System.out.println("parent class"); } } class Child extends Parent {
java
0 głosów
2 odpowiedzi
25th Apr 2018, 5:11 PM
pankaj
Can you please explain easily about private public in class and also about constructors in classes with examples ?
c++
in
0 głosów
8 odpowiedzi
23rd Jul 2020, 9:36 AM
Pulasani Aswini
Rearrange the code to declare a method returning the greater of the two arguments. return a; } public int max(int a, int b) { }
java
methods
-1 Głos
5 odpowiedzi
4th Jul 2017, 7:38 AM
Walter Mugo
import java.awt.DisplayMode; class VariableType { int amount=20000; int pin=472442; } public class DatyTypeNK extends Variable
code
java
0 głosów
4 odpowiedzi
26th Mar 2017, 10:23 AM
Ankit Khare
Which of the following are valid modifier? Protected , public , private , handin ?
handin
modifier
private
protected
public
valid
0 głosów
2 odpowiedzi
9th Jun 2018, 6:55 PM
Khawla
why is static keyword used to describe main method??that is public STATIC void main()..
java
0 głosów
3 odpowiedzi
8th Jul 2016, 4:42 PM
K.p.
Is we can do implementation of more public classes in a source file in a java language?
java
2 głosów
2 odpowiedzi
7th Jul 2018, 8:05 PM
Muhammad Arsalan Sangi
could someone plz help me out in the queueArr program ..I've made it public
help
queuearr
1 Głos
1 Odpowiedź
20th Feb 2021, 3:17 PM
Syeda Umme Salma
How to code a form to allow it's contents show visible for the public
action
file
form
method
upload
0 głosów
1 Odpowiedź
9th Aug 2019, 10:27 AM
Damon. A
How can I make a java programmed software into a public software that can install on another PC
development
java
software
0 głosów
6 odpowiedzi
28th May 2019, 3:17 PM
<Mee_\t>
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
7
8
9
...
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
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes