Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
in java every processing occurs inside main method. what happens if we exclude (String[] args) and make it as ()??can declare main() method like normal methods for other purposes. if so would overloading be taken place?
java
methods
0 Vote
5 Réponses
26th Sep 2016, 11:34 AM
riyas
What is the purpose of Nullable types in C#? Can we just assign a value of 0 instead of using null?
beginner
c#
nullable
problem
type
0 Vote
1 Réponse
1st Aug 2017, 4:56 PM
Gerald Taccad Cauilan
After assigning value to the variable. Why dont we use the double inverted commas ( " ") in the cout function
c++
variables
0 Vote
1 Réponse
25th Feb 2017, 3:09 PM
RAHUL PATIDAR
In the code in the description, if we input the value -27 how does the program print that it is odd??
elif
if-statements
python
0 Vote
1 Réponse
13th Sep 2016, 8:52 PM
--_--
If we use the command to order the first coloumn to order it alphabetically. Then, will the other coloumns be affected?
are
even.
help.
helping
is
not
now
pls.
provide
query
question
sql
tags
this
to
use
what
0 Vote
1 Réponse
15th Oct 2017, 3:53 PM
Jayash Pandey
What is the use of local and external parameters? and what if we want to print \() with something inside it?
swift
1 Vote
1 Réponse
4th Sep 2016, 6:24 AM
Ruchi Gupta
can we use a string nd a numeric calculation in same 'print' function? Like print('Hello world!\n'1+1) its not working I m
Umair
0 Vote
1 Réponse
5th Sep 2016, 9:12 PM
Harry Andrison
How interpreter actually interpret the code we wrote in pythoon? Is it from Left To Right or from Right To Left?
python
0 Vote
1 Réponse
20th Jul 2017, 12:46 AM
Hemang
Can we open a file in constructor of a class with BufferedWriter and write in any other function of same class?
classes
constructors
file-handling
files
java
objects
0 Vote
1 Réponse
28th Oct 2016, 5:01 AM
lokesh
How we use superglobals in our practical life ?Explain with some examplegive some practical example of server script , server host
php
predefined-variables
server-side
1 Vote
1 Réponse
15th Aug 2016, 10:55 AM
Rupam Das
The type of variable is auto-defined by assigning a value to it? because in java, we have to declare the type of variable before assigning value
data-types
php
1 Vote
2 Réponses
6th Mar 2016, 4:07 PM
ThisTNTSquid
What is the meaning of the first P in php as we know php means hypertext preprocessor. So y p in first y not only hp
php
1 Vote
2 Réponses
3rd Sep 2016, 12:04 PM
jyotirmoy
If we create page on computer and page open on mobile so page interrupt so how create page so change page size
css
html.
javascript
0 Vote
2 Réponses
17th May 2017, 8:28 AM
huzaifa
In Java pl, int are strictly for numbers, also strings are strictly for letters. Then how do we write stuffs like 50cm?
java
0 Vote
2 Réponses
22nd Jul 2017, 9:41 AM
Success Daudu
Having issue with adding to the"hello world". I need further explanation on how it work. And wat way we can continue it.
c++
html
0 Vote
2 Réponses
30th Dec 2016, 2:20 PM
Adeyemi Olanrenwaju
I am a beginner,while studying c++ to end program we should use return 0,but when i change 0 to99 ,code was still working,
c++
0 Vote
1 Réponse
6th Apr 2020, 12:59 PM
Sameer Kulkarni
In the simple calculator, in the given example 1st line: While true: True here is not defined.... Will it work if we only use while rather than while true??
calculator
python
2 Votes
2 Réponses
26th Jun 2016, 12:54 PM
Kanishk Gangwar
I think tht this app has taught us limited however thr r tons of concepts to learn can u guys say the concepts which we didnt learn?
c++
0 Vote
3 Réponses
11th Jun 2016, 12:41 PM
Suhail Pappu
Can anyone help me to Prgm a dropdown list in java..like if we touch gender button it should show male r female like that..
dropdown
java
list
0 Vote
2 Réponses
22nd Jun 2017, 4:17 PM
Saravanan.B
Q.2 I couldn't get line 3. module name is available as global var but from where we are accessing this ?in same/different file ?
python3
0 Vote
1 Réponse
4th Jun 2021, 4:17 PM
lisa
In my website if i want to put code or write code on page wich tag i have to use that it looks like same as we write here in app
code
css
html
javascript
website
0 Vote
3 Réponses
2nd Aug 2018, 6:49 PM
Bhavesh Kalkani
as you scroll in solo learn app I mean html CSS JavaScript course how we can scroll than left to right right to left that same t
css
html5
javascript
0 Vote
2 Réponses
22nd Mar 2019, 11:19 AM
Bhavesh Kalkani
For a number n, we shall define it's k counterpart as the amount needed to be added to n to make it equal to k.
a
in
insert
list
python
ways
0 Vote
1 Réponse
15th Sep 2022, 9:21 AM
Komalika Jeetham
Write a program to enter any number from user and convert into Binary number e.g we enter 10 and his answer display 1010
c#
0 Vote
2 Réponses
25th Feb 2017, 11:46 AM
Aftab ali
I am new to Python,i can't understand python is oops concept based language but we don't have to create any classor main method
java
oops
python
0 Vote
2 Réponses
11th May 2017, 2:21 PM
Harshit Kaushik
Does the Sololearn Web dev course completely teaches the most important and required part of Web dev or we have to study more??!
css
html
html5
javascript
website
0 Vote
1 Réponse
19th Nov 2022, 5:42 AM
iONE
If a template type can take any data type, why would we need multiple template types? Why not just make one template type and use it for everything?
c++
templates
2 Votes
1 Réponse
3rd Jan 2016, 6:26 PM
Taylor Street
The question is to accept marks of a student in 3 assignment and make it a list. Then we need to create a new list such that it
python
0 Vote
2 Réponses
23rd Nov 2018, 11:25 AM
Mara
plZ how can we make a program in c++ enum type for all possible results rock paper scissors and its out put would be
c++
0 Vote
2 Réponses
7th Oct 2017, 7:40 AM
Muhammad Usama
What is your main reason why u want programming? Let us kwn what we want not jst to kwn programming and it goes in veins.
friends
sololearn
2 Votes
1 Réponse
17th Jun 2017, 10:02 PM
Stephen Mumbi
if html is used for coding web and html5 is too used? than why we use CSS ? i think CSS play same role of HTML & HTML5
css
html
html5
0 Vote
3 Réponses
20th Oct 2017, 4:17 PM
Wafa Naqvi
We are told that an abstract method is a method that is declared without an implementation. What is an implementation, and how does this method look like exactly ?
abstract-classes
java
0 Vote
3 Réponses
2nd Dec 2016, 2:36 PM
Aka
a = 4 b = 7 operation = multiply print(operation(a, b)) in which operation= multiply , can we use it another like substraction
functions
0 Vote
1 Réponse
19th Sep 2019, 1:06 PM
Ahmed
Which command is used to create a package for java program so that we can install and run it in a computer ?
java
0 Vote
2 Réponses
2nd Jan 2017, 1:26 PM
harjinder Kalsi
for(a=0;a<50;a+=10) in the first iteration a=0 hence 0=10 is the case why are'nt we writing the output from 10.I am a beginner n
c++
loops
0 Vote
2 Réponses
24th Jan 2017, 6:24 PM
fahad baroba
How we use superglobals in our practical life ? Explain with some example give some practical example of server script , server host
php
0 Vote
2 Réponses
14th Aug 2016, 2:21 PM
Rupam Das
I thnk its time to bring Advance Java,Servlets tutorial ,Jsp slowly one after another we should add this ..agree or nt my frnds
advance
java
0 Vote
2 Réponses
23rd Jul 2017, 5:33 PM
Ashish Shukla
Help! I do understand the last part where we put esle: but i do not know what to put for x and y?
else-statements
python
0 Vote
2 Réponses
31st Dec 2016, 3:03 AM
Luis Garibay
Is it required to code for CSS in html code workplace or we can do separately as well or how to link it?
css
html
0 Vote
2 Réponses
8th Jul 2017, 6:41 PM
Shivanshu
In the 3° question of number 4class of HTML5 the app asks you to rearrange the order. Why we must use header before nav?
html5
1 Vote
1 Réponse
2nd May 2018, 9:53 AM
Pedro Soares
I thought we had to put units (either px or %) with attribute measurements? Looking at the below code, they don't use any units
html
0 Vote
1 Réponse
26th May 2020, 5:17 AM
Ricardo
As static method can access only static data members & methods so how we can manipulate non-static data inside main method ?
java;
methods
static
0 Vote
1 Réponse
14th Jan 2017, 10:11 AM
Atish Kadu
Why are we using virtual functions in C++? What is the usage of attack function in virtual function? Can anyone explain me?
c++
polymorphism
1 Vote
1 Réponse
11th Feb 2017, 3:59 PM
Nithyapriya
How can we be sure that C# as a programming platform have future because of lack for support for non Microsoft platforms
c#
microsoft
open
os
platform
programming
source
windows
wp
xamarin
0 Vote
1 Réponse
31st Jul 2017, 2:46 PM
radebg
After finishing solo learn java app, can we build java app or game? Or needs deeper knowledge to build apps and games?
android
apps
game
java
mobile
softwares
0 Vote
1 Réponse
3rd Jan 2017, 11:01 AM
Mohamed Kalith
Is there some big reason behind using int and return 0; lines since we still get same results when not using them.
c++
return
0 Vote
1 Réponse
29th Jul 2016, 12:15 PM
isijola ladipo
In python how do we use open file operation in computer .how to create text file and how to connect to python?
python
-1 Vote
2 Réponses
16th Jun 2017, 4:27 PM
lorshan
in c language get the value using printf and print the value using scanf statement . But we using (console.writeline ) command
c#
-5 Votes
1 Réponse
1st Nov 2016, 9:31 AM
Hari Haran
Can we implement a binary search tree in a multidimensional array? If so, how? Please give me an example code in java.
java
0 Vote
1 Réponse
25th Jan 2018, 5:02 PM
Su Su Hlaing
Can we overload the Encapsulation over the Constructors in the C++ object oriented programming if you think it as yes then how?
c++
1 Vote
1 Réponse
21st Jun 2017, 12:04 AM
Taneem Jan
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
194
195
196
197
Suivant >
Aujourd'hui en vedette
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes