Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
I understand how declaring a variable as static affects its relationship with objects, but I'm having difficulty understanding how doing so with methods has an affect.
java
static
2 Votes
1 Answer
30th Mar 2016, 12:10 AM
xDD90x
What if i have two instances of a class named student and both students have the same name, would == return true?
equals
java
1 Vote
2 Answers
29th Mar 2016, 12:16 AM
brendon
I still don't get why we use triple quotations. Also what's doc string?
python
strings
0 Votes
2 Answers
28th Mar 2016, 9:20 PM
B.T
What the difference between values, absolute and relative?? I did not understand well
css
positioning
2 Votes
4 Answers
27th Mar 2016, 2:18 AM
Daniel Farias
I am not getting the concept of OOP properly. can anyone help?
classes
java
2 Votes
3 Answers
25th Mar 2016, 2:13 PM
Lovepreet Singh
Is it possible to run swift in a virtual machine equipped with OS X 10 or later version? Cause I am about to install VMWare and then the OS X / Yosemite.
swift
0 Votes
3 Answers
20th Mar 2016, 12:53 PM
Surajit Majumdar
How can I add an item at the end of the array? The most easy way (arr [5]=8) returns "out of range", and I suppose it's because first I instantiate it as "int [] arr=new int[5]", so it's out of the range. Can I amplify that range?
arrays
java
0 Votes
3 Answers
19th Mar 2016, 4:38 PM
Rubén Aguado Cosano
How to align image in center. I am only able to move it left/right
html
images
0 Votes
1 Answer
19th Mar 2016, 4:12 PM
Abdul Manan
Below is my program for reverse method which I couldn't get the output of: could you tell me the reason?
python
0 Votes
3 Answers
19th Mar 2016, 6:29 AM
Jay Khamar
I didn't actually get the thing - "ArrayList are for random access of data whereas LinkedList are for huge no of deletions and insertions".
java
linkedlist
0 Votes
2 Answers
17th Mar 2016, 6:44 PM
Debdeep Ganguly
I didn't quite understand the arrays, could explain it to me in a easier way?
arrays
java
0 Votes
3 Answers
16th Mar 2016, 4:54 PM
Waile Hijji
How much of Css should i know to start this JS course? Thank you
css
javascript
0 Votes
5 Answers
15th Mar 2016, 10:20 PM
Mario
I didn't get it... how can an oerator be overloaded?
c++
operator-overloading
0 Votes
1 Answer
15th Mar 2016, 2:45 PM
Praman Kasliwal
It is not possible in PHP to rename the named key in an associative array. Am I correct?
arrays
php
0 Votes
3 Answers
14th Mar 2016, 4:10 PM
Swarup Selvaraj
Can you explain the setter? I know it's supposed to "set", but I don't know what each piece means and why is it in the class?
classes
java
1 Vote
2 Answers
12th Mar 2016, 4:37 PM
also trebeck
I don't understand the difference between parameters and arguments, if they're both being sent to a function to be processed, and they're both variables, what's the difference?
functions
php
2 Votes
4 Answers
11th Mar 2016, 9:14 PM
Heather Brown
Hi! Everybody. I use an sqlite in firefox with an sqlite plugin, i got a database with some tables but when i execute the SHOW TABLES or SHOW TABLE an error occurred. Somebody can help me please!!!!
sql
0 Votes
1 Answer
11th Mar 2016, 3:06 AM
Wal Fombrun Bouzi
I don't quite get this, it means that if I have an array, say 3 elements, when I say foreach($elements as $element) every one of this three elements will go one by one to the variable $element?
loops
php
2 Votes
3 Answers
10th Mar 2016, 9:02 PM
Eduardo Tito
Why I must implement hashCode() when overriding equals ()?
equals
java
0 Votes
4 Answers
10th Mar 2016, 3:09 PM
🇧🇷 Caio Amaral
When I use ADD can I choose position in columns where it will be adding?
sql
tables
0 Votes
2 Answers
10th Mar 2016, 10:27 AM
Shchokin Artem
I still don't get the assignment operator. How could x += be possible? How can you assign x equal to itself plus something?
c++
operators
2 Votes
6 Answers
9th Mar 2016, 6:25 PM
Angelo
What happens if i put && and || together.?
c++
operators
0 Votes
2 Answers
9th Mar 2016, 11:01 AM
Sayan Ghosh
I don't really fully get what "case" And "break" are doing -- I'm mainly just copying the code there -- anyone have any helpful hints?
c++
switch
-1 Vote
2 Answers
9th Mar 2016, 12:24 AM
chris
Can I assign a different return type to main method?
java
methods
0 Votes
1 Answer
8th Mar 2016, 11:59 PM
🇧🇷 Caio Amaral
I dont get this return thing, the desciption "it returns the values from the function" makes no sense to me
functions
javascript
0 Votes
2 Answers
8th Mar 2016, 12:51 PM
Miroslav
How do i know which if will be excuted first??help
if-statements
java
0 Votes
5 Answers
6th Mar 2016, 8:25 PM
NORA warsame
I am confuse between function and method, how can differ between them?
javascript
methods
objects
9 Votes
11 Answers
5th Mar 2016, 1:56 PM
NANDRAJ PATIDAR
How long did it take you guys to learn C++? I actually hope i learn this language in 2 months!
c++
classes
1 Vote
15 Answers
2nd Mar 2016, 7:11 PM
player_001
2**5 = 32 .. I dont understand how it can result 32 in python. can somebody help me .. thanx
numeric-operations
python
5 Votes
5 Answers
2nd Mar 2016, 9:26 AM
Prakasa Devetek
I wonder. Since we don't need to declare a variable, does this mean that a variable which first I assign a numeric value can be assigned later with, for example, string value?
data-types
php
3 Votes
8 Answers
2nd Mar 2016, 4:41 AM
Ade Kurniawan
void means 'no return value' then is that different with a method 'println()' ?? I don't understand the difference between return value and println()...!
java
methods
1 Vote
6 Answers
1st Mar 2016, 9:35 AM
sooare
What if I create a private variable inside the main class, would that mean it'll be available in other classes? What do private variables even do?
access-modifiers
java
5 Votes
3 Answers
27th Feb 2016, 11:30 AM
Pavitran
I know this is not a basic command but can anyone explain to me the use of command called "cast"?
sql
-1 Vote
1 Answer
25th Feb 2016, 6:34 PM
Hendrik Jacobus Janse van Rensburg
Why we use SET instead of using array?? , it says both are same but i feel set a little bit uncomfortable? is there any idea of using SET? I want to know some cool fact about using set?
sets
swift
8 Votes
4 Answers
25th Feb 2016, 11:38 AM
Madhab Dhakal
hello! can anyone explain the keyword this please I didn't understand it
constructors
java
this
4 Votes
3 Answers
24th Feb 2016, 8:21 PM
Kaoutar Noureddine
How would i make it so it accepts more than 1 parameter? i use commas?
java
methods
0 Votes
2 Answers
23rd Feb 2016, 8:11 PM
Orpheus
Can i delete more than one records at the same time?
delete
sql
0 Votes
5 Answers
23rd Feb 2016, 11:03 AM
PRAVEEN SINGH RAJPUT (PRINCE)
hi... i probably didn't understand something but the following code doesn't lead to an error.. it changes the value of PI and prints it.
final
java
0 Votes
2 Answers
23rd Feb 2016, 7:56 AM
Orpheus
I want someone to write a function that changes footer date yearly automatically
functions
php
0 Votes
1 Answer
23rd Feb 2016, 6:05 AM
Olanrewaju JamiuTunji
I don't understand when to use public, private and static words...
java
methods
2 Votes
3 Answers
23rd Feb 2016, 2:50 AM
Maria Rosaria Amabile
I really dont understand for, while, do while etc.. they're all the same.. they can loop anything.. what's the difference?
java
loops
0 Votes
2 Answers
22nd Feb 2016, 1:13 AM
Rhey Jhey
Why cant i run this code in playground?
if-statements
python
1 Vote
4 Answers
21st Feb 2016, 6:04 AM
Prabin Parajuli
How can I align href link on right side of page?
html
links
1 Vote
4 Answers
20th Feb 2016, 9:17 PM
Mohsin Naeem
I firing query using 'concat' keyword with Oracle 11g but it's not working. can anyone help me?
concat
sql
0 Votes
1 Answer
19th Feb 2016, 12:50 PM
Ambar Dudhane
code block crashed my win 7 do not download it. i have code block 16.01 but when i created my first console project i see this :'couldnt create the project directory: C:\......' please help me what to do?
c++
0 Votes
1 Answer
19th Feb 2016, 7:49 AM
siavosh
I don't understand the diferent between auto and scroll
css
overflow
3 Votes
7 Answers
18th Feb 2016, 6:49 PM
Jose Maria
I want to know ,the different between 'array' and 'object' and how to use them?
arrays
javascript
objects
8 Votes
5 Answers
18th Feb 2016, 1:24 PM
Myo Min San
How can I use bootstrap?
bootstrap
css
css3
1 Vote
4 Answers
18th Feb 2016, 8:09 AM
Divya Goyal
How do I declare constant variables?
constants
java
variables
0 Votes
4 Answers
17th Feb 2016, 9:56 AM
Elijah Murimi
After JavaScript, what other course of SoloLearn must I have?
javascript
0 Votes
6 Answers
15th Feb 2016, 2:29 PM
Fram Rodríguez
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
1231
1232
1233
1234
Next >
Hot today
<--Cursor Point--/>
9 Votes
Help in python
1 Votes
pls sololearn fix this
0 Votes
What is the difference between var and let in js
1 Votes
Why is this program a mistake? [7]
0 Votes
AI courses
0 Votes
SINTAX ERROR WHERE?
1 Votes
Is this dataset or training is enough?
0 Votes
Which dataset i can add
1 Votes
I want to learn HTML / CSS
0 Votes