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
More clarification please on Round method from the Math static Class
c#
classes
math
static
4 Votes
2 Réponses
14th Nov 2019, 11:25 AM
Nyandago
What is the meaning of using static before function declaration?
c,
c++
0 Vote
2 Réponses
16th Sep 2019, 6:12 AM
A 🌟 P Rana 🔯
how to transfer the html static to dynamic website
css
geolocation
html
html5
0 Vote
5 Réponses
8th Feb 2017, 11:01 AM
Hana Omar
what is the work of static here?
java
0 Vote
2 Réponses
26th Aug 2016, 11:20 AM
Srishti Soni
Can we override private or static method in java?
override
3 Votes
2 Réponses
20th Feb 2018, 3:23 PM
Ajay Verma
Can we assign a non-static variable to a static method?
java
static
1 Vote
4 Réponses
15th Mar 2020, 3:47 PM
Alex Schmidt
Is it necessary to use static methods in throws declaration
exceptions
handling
java
1 Vote
3 Réponses
29th Nov 2019, 8:14 AM
Gayatri Devi
What happens if we don't use static keyword before methods
c#
methods
7 Votes
2 Réponses
17th Jan 2017, 12:24 PM
N.Neeharika Reddy
Why the third static block is getting printed? Why not it’s printing the first or the second static block
block
static
0 Vote
2 Réponses
14th Jan 2019, 5:47 PM
Pramod Nayak
Why should you make a method static?
java
static
18 Votes
21 Réponses
6th Mar 2017, 8:01 AM
Andreas Wagner
Why we use static key word in. Main method?
java
0 Vote
5 Réponses
31st Jul 2017, 4:11 AM
JRaj Fx
Do static block gets executed before main block in Java?
java
0 Vote
6 Réponses
24th Feb 2019, 4:27 AM
Atchya tharani
What is known as static in java
java
0 Vote
2 Réponses
26th Jul 2017, 9:03 AM
mhd sharuk
how can i make this tearea a static size
from
help
html
size
static
1 Vote
4 Réponses
30th Sep 2017, 8:47 AM
James Hozlock
What's wrong with my code? final static keyword in java?
final
java
static
0 Vote
5 Réponses
11th Aug 2019, 9:49 AM
Osama Siddique
Why there is static behind the method declaration?
java
methods
0 Vote
3 Réponses
9th Nov 2017, 2:18 AM
Waseem Siddiqi
Non-static variable cannot be referenced from a static context
java
static
1 Vote
1 Réponse
15th Oct 2019, 3:39 PM
Sanzid Sadman
The static variable is changing..but it shouldn't change .can someone please explain me the reason as to why it is changing.
static
3 Votes
3 Réponses
20th Jan 2020, 2:22 PM
Nikita Sharma
Fill in the blank to declare a static variable. public int x=0;
static
1 Vote
4 Réponses
11th Dec 2020, 1:20 AM
Alison Stanley
What if I don't declare a Variable of a specific data type as static and try to access it from a static method say main()?
increment
static
0 Vote
9 Réponses
1st Dec 2018, 1:50 PM
Subrata Karmakar
When do I use the static method in C#
c#
static
0 Vote
3 Réponses
10th May 2019, 2:31 AM
Sticks Studios
What is the difference between const and static keywords in c++?
1
5 Votes
2 Réponses
10th Mar 2019, 5:34 AM
Shweta Chindhe
What is the difference between static variables and instance variables??
java
0 Vote
4 Réponses
7th Feb 2019, 8:17 PM
Aazad Waf 🌀
Why LOCAL VARIABLES cannot be STATIC in Java ??
java
3 Votes
2 Réponses
23rd Dec 2016, 7:24 PM
Jenny Lance
What is the difference between static binding and dynamic binding?
c++
challenge
java
6 Votes
2 Réponses
28th Sep 2017, 1:48 AM
Yatin Nayyar
why not error
static
3 Votes
7 Réponses
3rd Aug 2017, 3:03 PM
wachirut chaiwong
What is static methods ? How to call them
java
methods
static
0 Vote
3 Réponses
5th Feb 2022, 6:28 AM
Kaustubh Dabhade
What is the significance of static keyword in Java??
java
keyword
1 Vote
3 Réponses
10th Aug 2018, 8:37 AM
Tensa
How can we initalize static variable in python?
python
python3
static
variables
1 Vote
2 Réponses
21st Jul 2017, 8:47 PM
Kailash Prasad
What is the use of the static constructor?
c#
constructors
1 Vote
2 Réponses
27th May 2017, 12:56 AM
Mahmoud Salama
Where does static variable, function get stored?
c
c++
0 Vote
1 Réponse
21st Jan 2019, 2:27 PM
Ab Rt
What are Static Class Members in c++
c++
class
members
static
0 Vote
1 Réponse
11th Jun 2017, 4:23 PM
Paavan Gupta
What is that static and void required for ..can't we run with simple static or with void?
java
void
0 Vote
1 Réponse
24th Jul 2016, 9:24 AM
Suneeth
what are the uses of static variables in a program
c#
program
1 Vote
3 Réponses
30th Mar 2018, 5:33 PM
Martín Arellano Gómez
Why we write public static void main(String args[]) in java?
java
1 Vote
3 Réponses
13th Jun 2019, 8:49 AM
Nidhi pandey
Cant we use static cast on double for std::array size?
c++
const
static_cast
std::array
1 Vote
3 Réponses
21st Sep 2023, 6:20 PM
Ketan Lalcheta
Why constructors cannot be abstract or static or final?
java
1 Vote
2 Réponses
3rd Jan 2019, 8:29 AM
Nitin Gutte
What is main purpose of static?
static
1 Vote
4 Réponses
19th Oct 2019, 11:25 PM
Suraj K Thapa
What is meaning of this code static void Main(string[] args)
c#
0 Vote
4 Réponses
8th Jan 2023, 4:40 PM
clip maker
Is there a way to avoid crash when static cast is used
c++
casting
dynamic_cast
inherit
static_cast
1 Vote
5 Réponses
2nd Oct 2022, 10:35 AM
Ketan Lalcheta
Multiple exceptions: what does static keyword mean here ?
java
1 Vote
1 Réponse
26th Jan 2022, 4:55 PM
A Rahman Mamnoon
What is the use of static in main here
comments
1 Vote
3 Réponses
24th Dec 2017, 5:42 AM
Shreya Mishra
What is the difference between static and non-static data members?
beginner
java
2 Votes
4 Réponses
3rd Feb 2018, 5:08 AM
Vansh Chopra
Why is it impossible to work with non-static fields in a static method?
c#
csharp
0 Vote
8 Réponses
3rd Jun 2022, 1:45 PM
أندريه
How can i develop my own static website using android phone
webdevelepment
0 Vote
4 Réponses
29th Jul 2023, 2:57 PM
Muhammed Anzarshah
Can you tell me about static member in C#
c#
0 Vote
1 Réponse
5th Jun 2023, 6:14 PM
Сын Сатурна
Why are object references different after assignment in a static method?
java
objects
static
2 Votes
5 Réponses
2nd Jun 2018, 3:36 AM
Ada
how can we slove this static method ? help me out
i
1 Vote
5 Réponses
19th Jun 2020, 10:43 AM
neil advani
What is the difference between static and public in java ??
java
2 Votes
3 Réponses
7th Aug 2020, 8:02 PM
Ziad Emad
Why java doesn't support static constructor , it's true for c#?
c#
java
1 Vote
4 Réponses
4th Jun 2018, 2:38 PM
<ajay/>$dabhi
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
9
10
11
...
23
Suivant >
Aujourd'hui en vedette
X velocity
3 Votes
And... Who is the staff then?
3 Votes
Files not linking in C++
0 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
1 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
Why Pro?
1 Votes
How to achieve "Sololearner" achievement?
0 Votes
Python IDE
0 Votes