Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is property?
c#
properties
1 Vote
4 Answers
23rd Apr 2016, 2:29 PM
ashish
Why the size of int a =[5] is 5 instead 6 , isn't the first term is 0?
arrays
c++
0 Votes
5 Answers
22nd Apr 2016, 2:07 PM
Zhi Hao
I don't understand. What should I do to avoid the execution of constructor base class by creating derived class?
c#
inheritance
2 Votes
4 Answers
22nd Apr 2016, 9:02 AM
ShaminIlya
Double precision means ?
data-types
javascript
1 Vote
2 Answers
22nd Apr 2016, 5:38 AM
jagadish
Differentiate between head and header tag?
html
html5
0 Votes
2 Answers
21st Apr 2016, 6:24 PM
Pruthvi Shah
Should I use "this" every time for creating new method?
javascript
methods
0 Votes
3 Answers
21st Apr 2016, 6:21 PM
balukov
I really do not understand the "property" and the "setter". The "property" makes the attribute read-only, but the "setter" makes the attribute mutable. So if we want to use "property", why we need to introduce the "setter".
properties
python
2 Votes
2 Answers
21st Apr 2016, 4:34 PM
CooLee
What is Object Oriented Programming? Procedural Programming?
c++
0 Votes
1 Answer
21st Apr 2016, 12:26 PM
Christian Pecson
Can you use JS to create games?
javascript
0 Votes
8 Answers
21st Apr 2016, 11:31 AM
justin liu
Why do we need post increments and decrements? how are they useful?
c#
operators
2 Votes
3 Answers
21st Apr 2016, 10:18 AM
Angela Lin
Why should I use a nested class instead of create a separate One?
c#
classes
0 Votes
2 Answers
21st Apr 2016, 10:11 AM
andrea zube
What is the capacity of integer variable?
data-types
php
2 Votes
2 Answers
21st Apr 2016, 7:10 AM
Akash Narayan Sutar
What if I want to execute "SELECT customers.Name, customers.ID, items.Name, items.Seller_id FROM customers LEFT OUTER JOIN items ON customers.ID=items.Seller_id;" Will there be two more column displayed with the customer id and seller id?
join
sql
0 Votes
2 Answers
21st Apr 2016, 5:38 AM
Trishal Agarwal
Is there any way to know the index number when using this enhanced for loop?
java
loops
0 Votes
1 Answer
20th Apr 2016, 9:29 PM
Kim KyeongRok
How can i delete all of the file content?
files
php
0 Votes
2 Answers
20th Apr 2016, 7:28 PM
Mark Lee
By default, ORDER BY statement sort record in ascending order. What if you wanted to sort it in descending order? What statement shall be used?
sql
0 Votes
2 Answers
20th Apr 2016, 5:35 PM
Annelyn Martin Natavio
Can you use the RGB colors in the box shadow? How is it applied?
box-shadow
css
css3
1 Vote
2 Answers
20th Apr 2016, 11:31 AM
Okall Joeshem
Why the difference between canvas and svg?
canvas
html
html5
svg
3 Votes
3 Answers
20th Apr 2016, 8:49 AM
Walter Nicoletti Jr
Indexers are a little confusing. I'm not sure I know what their uses are?
c#
indexers
1 Vote
2 Answers
20th Apr 2016, 8:49 AM
Greg Mavhunga
What are the steps needed to create your own self defined nameapace?
c#
namespaces
0 Votes
1 Answer
19th Apr 2016, 4:06 PM
Lloyd Mwaluku
What is the difference b\w machine language and bytecode?
java
jvm
3 Votes
5 Answers
19th Apr 2016, 2:43 PM
zevil
Is C# only for Windows environment once created or does it work on Mac or Linux?
c#
0 Votes
2 Answers
19th Apr 2016, 2:01 PM
Martin
Can anybody tell me, if the c'tor d'tor calling works the same way with polymorhism, as I instatiate a derived class?
c#
polymorphism
0 Votes
1 Answer
18th Apr 2016, 1:56 PM
Gábor Beke
What is appending to a file?
files
php
1 Vote
3 Answers
18th Apr 2016, 7:22 AM
Shamsher Sidhu
In case of inline style and an external CSS, which one takes priority?
css
0 Votes
2 Answers
18th Apr 2016, 12:14 AM
Pratul Kumar Singh
Where all can you "pull" (source) an image from; meaning, does it have to be a URL, or can it be a file (is that what is meant by "relative" and "absolute")? Also, how do you "format" the image/where do you put it so it can be accessed by the code and used on the webpage?
background
css
2 Votes
7 Answers
17th Apr 2016, 4:59 PM
Sondra R. Coffin
When assigning the width and height of elements, it says we can use pixels or percentages. What is it a percentage "of"?
css
height
width
0 Votes
3 Answers
17th Apr 2016, 4:44 PM
Sondra R. Coffin
Whats the difference between ++i and i++?
java
1 Vote
3 Answers
17th Apr 2016, 9:22 AM
Godfrey Wu
I not understand with %
c#
operators
0 Votes
5 Answers
17th Apr 2016, 3:29 AM
alexander yogatama
Any rule of thumb for using switch vs if-else for performance reasons? Basically like let's say if you need to use switch case if there are more than 4 conditions?
java
switch
-1 Vote
2 Answers
17th Apr 2016, 3:21 AM
Pratul Kumar Singh
How to make delete button available for all items?
swift
0 Votes
1 Answer
17th Apr 2016, 3:15 AM
Pratul Kumar Singh
What does it mean for an argument to be "expected"?
c#
methods
0 Votes
2 Answers
16th Apr 2016, 11:57 PM
Kyle “Kilaya” Robinson
Can I write and run c# programs on linux? I am on Ubuntu 14.04 LTS. Thank you
c#
0 Votes
3 Answers
16th Apr 2016, 3:15 PM
Nuwan Thisara
Can v edit the column's data type after creating the table?
sql
tables
1 Vote
1 Answer
16th Apr 2016, 2:35 PM
Piyush Singh
Why function name can't start with number?
functions
php
1 Vote
3 Answers
16th Apr 2016, 12:07 PM
Shahid Saddique
Please tell the exact difference between float and double
c#
variables
0 Votes
5 Answers
16th Apr 2016, 8:28 AM
Ammar Israr
Is $_SERVER variable an array?
php
predefined-variables
4 Votes
2 Answers
16th Apr 2016, 7:55 AM
Ajay Verma
What if I send null as one parameter and try to perform operation on it in the function like adding, then what would the function return?
functions
javascript
1 Vote
3 Answers
16th Apr 2016, 6:50 AM
zainul abedin
If I add 20+10a it shows 30 but for 20+a10 it shows 20 o.O why is this?
data-types
php
1 Vote
2 Answers
16th Apr 2016, 5:12 AM
Mohiuddin Sumon
if a class doesn't have a destructor defined, what happens when the object is destroyed?
c#
destructors
2 Votes
5 Answers
16th Apr 2016, 12:36 AM
Greg Mavhunga
What is the limit for a dictionary?
dictionaries
python
0 Votes
1 Answer
15th Apr 2016, 11:20 PM
camelo
What is the diference between RETURN and YIELD?
generators
python
2 Votes
3 Answers
15th Apr 2016, 11:16 PM
camelo
Can we use rowspan and colspan at the same time?
html
tables
0 Votes
3 Answers
15th Apr 2016, 5:26 PM
Farhan
I don't quite follow on the "By Value" and the "By reference". What happens and what is the difference exactly? :-)
c#
methods
3 Votes
3 Answers
15th Apr 2016, 4:05 PM
Mike Mortensen
Can anyone tell the logic behind this print('print("print") ')
output
python
0 Votes
7 Answers
15th Apr 2016, 3:53 PM
Vipul Garg
Do I have to capitalize the first letter of Write and Line? also, is English your foreign language ?
c#
input
0 Votes
3 Answers
15th Apr 2016, 11:45 AM
TheJangleMan
So drag and drop is only a usable part of HTML5 with JavaScript? Without JavaScript it won't work?
drag-drop
html
0 Votes
2 Answers
15th Apr 2016, 3:03 AM
Emma Theobald
How can I do a jagged array bidimensional?
arrays
c#
0 Votes
2 Answers
14th Apr 2016, 10:27 PM
Bruno Vieira
Can't understand why we need finally when we can just put this code after try-catch?
c#
exceptions
2 Votes
4 Answers
14th Apr 2016, 10:20 PM
Artem Leshchev
Why do I have to write "self" in each method definition, if later I won't use any argument?
classes
python
2 Votes
4 Answers
14th Apr 2016, 4:40 PM
Andrés Rodríguez
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
6582
6583
6584
...
6599
Next >
Hot today
How to Start Programming ?
2 Votes
time complexity
1 Votes
IS C++ EASY?
0 Votes
Would it be possible to store all your Python files in the same directory, and achieve data persistence?
0 Votes
Do you think I can miss my streak for Christmas Day
1 Votes
Noob game
1 Votes
???
1 Votes
Why my code doesn't meet all the testcases ??
0 Votes
Using JavaScript with an External File
0 Votes
What is better for beginner C# or C++
0 Votes