Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What is the meaning of using static before function declaration?
c,
c++
0 Voto
2 Respostas
16th Sep 2019, 6:12 AM
A 🌟 P Rana 🔯
how to transfer the html static to dynamic website
css
geolocation
html
html5
0 Voto
5 Respostas
8th Feb 2017, 11:01 AM
Hana Omar
what is the work of static here?
java
0 Voto
2 Respostas
26th Aug 2016, 11:20 AM
Srishti Soni
Can we override private or static method in java?
override
3 Votos
2 Respostas
20th Feb 2018, 3:23 PM
Ajay Verma
Can we assign a non-static variable to a static method?
java
static
1 Voto
4 Respostas
15th Mar 2020, 3:47 PM
Alex Schmidt
Is it necessary to use static methods in throws declaration
exceptions
handling
java
1 Voto
3 Respostas
29th Nov 2019, 8:14 AM
Gayatri Devi
What happens if we don't use static keyword before methods
c#
methods
7 Votos
2 Respostas
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 Voto
2 Respostas
14th Jan 2019, 5:47 PM
Pramod Nayak
Why should you make a method static?
java
static
18 Votos
21 Respostas
6th Mar 2017, 8:01 AM
Andreas Wagner
Why we use static key word in. Main method?
java
0 Voto
5 Respostas
31st Jul 2017, 4:11 AM
JRaj Fx
Do static block gets executed before main block in Java?
java
0 Voto
6 Respostas
24th Feb 2019, 4:27 AM
Atchya tharani
What is known as static in java
java
0 Voto
2 Respostas
26th Jul 2017, 9:03 AM
mhd sharuk
how can i make this tearea a static size
from
help
html
size
static
1 Voto
4 Respostas
30th Sep 2017, 8:47 AM
James Hozlock
What's wrong with my code? final static keyword in java?
final
java
static
0 Voto
5 Respostas
11th Aug 2019, 9:49 AM
Osama Siddique
Why there is static behind the method declaration?
java
methods
0 Voto
3 Respostas
9th Nov 2017, 2:18 AM
Waseem Siddiqi
Non-static variable cannot be referenced from a static context
java
static
1 Voto
1 Resposta
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 Votos
3 Respostas
20th Jan 2020, 2:22 PM
Nikita Sharma
Fill in the blank to declare a static variable. public int x=0;
static
1 Voto
4 Respostas
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 Voto
9 Respostas
1st Dec 2018, 1:50 PM
Subrata Karmakar
When do I use the static method in C#
c#
static
0 Voto
3 Respostas
10th May 2019, 2:31 AM
Sticks Studios
What is the difference between const and static keywords in c++?
1
5 Votos
2 Respostas
10th Mar 2019, 5:34 AM
Shweta Chindhe
What is the difference between static variables and instance variables??
java
0 Voto
4 Respostas
7th Feb 2019, 8:17 PM
Aazad Waf 🌀
Why LOCAL VARIABLES cannot be STATIC in Java ??
java
3 Votos
2 Respostas
23rd Dec 2016, 7:24 PM
Jenny Lance
why not error
static
3 Votos
7 Respostas
3rd Aug 2017, 3:03 PM
wachirut chaiwong
What is the difference between static binding and dynamic binding?
c++
challenge
java
6 Votos
2 Respostas
28th Sep 2017, 1:48 AM
Yatin Nayyar
What is static methods ? How to call them
java
methods
static
0 Voto
3 Respostas
5th Feb 2022, 6:28 AM
Kaustubh Dabhade
What is the significance of static keyword in Java??
java
keyword
1 Voto
3 Respostas
10th Aug 2018, 8:37 AM
Tensa
How can we initalize static variable in python?
python
python3
static
variables
1 Voto
2 Respostas
21st Jul 2017, 8:47 PM
Kailash Prasad
What is the use of the static constructor?
c#
constructors
1 Voto
2 Respostas
27th May 2017, 12:56 AM
Mahmoud Salama
Where does static variable, function get stored?
c
c++
0 Voto
1 Resposta
21st Jan 2019, 2:27 PM
Ab Rt
What are Static Class Members in c++
c++
class
members
static
0 Voto
1 Resposta
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 Voto
1 Resposta
24th Jul 2016, 9:24 AM
Suneeth
what are the uses of static variables in a program
c#
program
1 Voto
3 Respostas
30th Mar 2018, 5:33 PM
Martín Arellano Gómez
Why we write public static void main(String args[]) in java?
java
1 Voto
3 Respostas
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 Voto
3 Respostas
21st Sep 2023, 6:20 PM
Ketan Lalcheta
Why constructors cannot be abstract or static or final?
java
1 Voto
2 Respostas
3rd Jan 2019, 8:29 AM
Nitin Gutte
What is main purpose of static?
static
1 Voto
4 Respostas
19th Oct 2019, 11:25 PM
Suraj K Thapa
What is meaning of this code static void Main(string[] args)
c#
0 Voto
4 Respostas
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 Voto
5 Respostas
2nd Oct 2022, 10:35 AM
Ketan Lalcheta
Multiple exceptions: what does static keyword mean here ?
java
1 Voto
1 Resposta
26th Jan 2022, 4:55 PM
A Rahman Mamnoon
What is the use of static in main here
comments
1 Voto
3 Respostas
24th Dec 2017, 5:42 AM
Shreya Mishra
What is the difference between static and non-static data members?
beginner
java
2 Votos
4 Respostas
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 Voto
8 Respostas
3rd Jun 2022, 1:45 PM
أندريه
How can i develop my own static website using android phone
webdevelepment
0 Voto
4 Respostas
29th Jul 2023, 2:57 PM
Muhammed Anzarshah
Can you tell me about static member in C#
c#
0 Voto
1 Resposta
5th Jun 2023, 6:14 PM
Сын Сатурна
Why are object references different after assignment in a static method?
java
objects
static
2 Votos
5 Respostas
2nd Jun 2018, 3:36 AM
Ada
how can we slove this static method ? help me out
i
1 Voto
5 Respostas
19th Jun 2020, 10:43 AM
neil advani
What is the difference between static and public in java ??
java
2 Votos
3 Respostas
7th Aug 2020, 8:02 PM
Ziad Emad
Why java doesn't support static constructor , it's true for c#?
c#
java
1 Voto
4 Respostas
4th Jun 2018, 2:38 PM
<ajay/>$dabhi
Java: public static className methodName(class[] param1, String param2)
classes
java
oop
0 Voto
1 Resposta
6th May 2021, 5:07 PM
Fatehsingh parab
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
9
10
11
...
23
Próximo >
Quente hoje
Discrete-Time Signal Representation
0 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Detach thread exception
1 Votes
Qt timer timeout
0 Votes
Bug in the answers checking algorithms?
0 Votes
Not video
0 Votes
I want to learn Lua but don’t know where
2 Votes
How to make a 2d game
0 Votes
Html
1 Votes
Not image in the page
0 Votes