Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Can I Inherite Static Methods in Java??
java
1 Voto
2 Respostas
25th Jul 2018, 2:14 PM
Ajay Parmar
How to use the static import feature?
import
java
static
1 Voto
1 Resposta
23rd Aug 2021, 2:52 AM
Rishi
What is the output of this line?can we change static variable value ?if yes ,y it is said static?why to use static keyword?
c++
static
5 Votos
6 Respostas
4th Dec 2016, 11:09 AM
sadiya zainab
Can we override the static method?
overriding#overloading
0 Voto
1 Resposta
22nd Jan 2019, 10:05 AM
rahul sakhare
What does it mean static in C#
c#
methods
static
2 Votos
2 Respostas
11th Nov 2017, 11:56 PM
Marta P
Why do we use static in Java?
java
1 Voto
3 Respostas
26th Nov 2017, 10:55 AM
Rizan
What's static constructor and when it fires?
c#
constructors
static
1 Voto
3 Respostas
29th Jul 2017, 6:11 PM
Mohammad Hossein Meshkini
Why create a static field for a static property? Isn't it enough just to state that the property is static?
c#
3 Votos
2 Respostas
1st Apr 2022, 11:13 AM
أندريه
What is the difference between static and constant
c++
java
0 Voto
6 Respostas
31st Oct 2016, 4:01 PM
Manje Gowda K R
Which language most important to make static website
html
0 Voto
4 Respostas
26th May 2019, 6:35 PM
Ajit kumar
Is static variable is subset of global variable ?
c
c++
coding
dsa
expert
java
programing
3 Votos
2 Respostas
20th Jun 2023, 1:24 PM
Md Saif Ali
The syntax is confusing abit public static void main(String[ ] args)
java
6 Votos
5 Respostas
23rd Apr 2020, 7:52 AM
Alfred Juma
In java static calls which type of function
mithali
1 Voto
3 Respostas
18th Sep 2020, 4:02 AM
Abhay Kashyap
Why do we use static? Eg: Static int...?
classes
java
methods
2 Votos
4 Respostas
17th Aug 2016, 1:43 PM
Preston Rodrigues
what is the exact meaning of static keyword?
java
static
1 Voto
5 Respostas
2nd Jul 2016, 1:42 PM
Sagar Chaure
What is the diffrence between static and dynamic memory?
array
c
c++
challenges
dynamic
java
sololearn
static
structure
5 Votos
4 Respostas
25th Nov 2017, 4:39 AM
Infinity
Whats the difference between "public static void main()" and 'public static void main(String [ ] args)"??
java
javascript
0 Voto
2 Respostas
28th Jan 2019, 4:38 PM
Jyothish Krishna
Can static methods have return types?
java
methods
0 Voto
2 Respostas
27th Aug 2016, 2:52 AM
NOEL PHILIP
How does C++ allow the use of static methods in a non static class when C#.net does not allow this ?
c#
cpp
methods
static
-2 Votos
6 Respostas
9th May 2021, 4:33 AM
Sanjay Kamath
Can we override a private or static method in Java?
java
5 Votos
3 Respostas
18th Jun 2021, 3:58 AM
RuBeen Dahal👿
Why static is used in defining a function
c++
classes
2 Votos
4 Respostas
1st Sep 2017, 12:39 PM
Dhanush Shetty
Math.PI is a static function or not and why?
static
1 Voto
4 Respostas
14th Jun 2020, 8:43 AM
Rohit Ahuja
How a static keyword work?? Anyone
java
1 Voto
1 Resposta
28th Apr 2017, 3:58 PM
tharun
what is static data member ?
c++
0 Voto
2 Respostas
5th Nov 2016, 12:06 PM
Damodar Joshi
Can static be used before constructor?
java
0 Voto
2 Respostas
7th Sep 2016, 6:12 PM
vishwa teja
What is the purpose of static in java?
java
static
4 Votos
2 Respostas
8th Feb 2018, 12:12 PM
Justin Codes
How many type in inner-classses?(like static member class)
inner-classes
java
1 Voto
3 Respostas
21st Oct 2016, 3:38 PM
Kyaw Moe Han
What happens when static variable is assigned a value?
php
static
0 Voto
8 Respostas
11th Sep 2017, 5:12 AM
Victor Tang
What is the meaning of static and void in public static void main in java programing ??
comments
java
static
0 Voto
2 Respostas
7th May 2018, 2:55 PM
Rohit
What are the advantages of Static blocks in Java?
classes
java
oop
static
3 Votos
2 Respostas
19th Nov 2018, 7:51 AM
Idris Tuna
Why is the keyword static used while declaring methods?
c#
static
1 Voto
3 Respostas
1st Jul 2019, 4:26 PM
Sai Kumar
Public static void main (String... args[])
core
java
1 Voto
1 Resposta
4th Jun 2017, 11:07 AM
chetaN
[Java] Can we create an instance of a static class?
abstract
challenge
class
created
final
instance
interface
java
object
static
3 Votos
4 Respostas
2nd Apr 2018, 9:57 AM
Steinchr der Wahre
Why we need Static methods in java?
java
methods
static
3 Votos
1 Resposta
16th Jan 2018, 5:39 AM
sal sal
What is Static memory allocation and dynamic memory allocation??
stack
3 Votos
2 Respostas
18th Sep 2018, 6:59 AM
Md Ibrahim (West Bengal, India)
How does static work in Java and C#?
c#
java
main
methods
static
1 Voto
2 Respostas
8th Oct 2019, 5:12 PM
Subject Loser
what is static variable? why we use it?
c#
0 Voto
5 Respostas
25th Jun 2016, 12:08 PM
Vijaya Lakshmi
static in java, can you explain with example, please?
java
static
6 Votos
3 Respostas
12th Jul 2017, 10:00 PM
Assylbek
Why to use static function in JS
js
1 Voto
1 Resposta
26th Jun 2018, 3:52 PM
Ole113
What is static binding and dynamic binding?
binding
compiletime
dynamic
java
runtime
static
1 Voto
1 Resposta
25th Jan 2017, 4:14 PM
Deep chand
C++ static variable member of class
c++
oop.
static
0 Voto
1 Resposta
17th May 2017, 6:32 PM
NickBossBG
How do PHP static keyword work?
php
static
variable
variables
0 Voto
1 Resposta
12th Jan 2018, 8:09 PM
MD Jwel Miah
use of static before void main()
c#
methods
0 Voto
1 Resposta
4th Jan 2017, 12:08 PM
Himanshu Pandey
What is static in void main?
java
0 Voto
1 Resposta
25th Aug 2016, 6:59 PM
Prashant
Why main method is always static
java
0 Voto
1 Resposta
4th Oct 2018, 2:10 PM
Marta Sidor
How to make a static app
andriod
java
java,
static
0 Voto
1 Resposta
18th Jul 2018, 9:04 AM
Sharma's Channel
a simple example of static VARIABLE
static
variables
0 Voto
1 Resposta
8th Jul 2017, 11:54 AM
Hari krishna
What is the difference between static method and member function?
classes
oops
static
0 Voto
9 Respostas
28th Aug 2018, 3:09 AM
Prakash
What is static (static void main) ?
java
1 Voto
1 Resposta
25th Jul 2019, 9:14 AM
Ravi Bathani
What will be difference between the bark method with static keyword and without static keyword
classes
java
objects
0 Voto
1 Resposta
23rd Sep 2017, 3:43 PM
Sourabh jain
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
7
8
9
...
23
Próximo >
Quente hoje
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
Why is this program a mistake? [6]
0 Votes
Please Modify My Code
1 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
What is late happening in late binding
1 Votes
Why text takes time to load
1 Votes
Why my code closes when i choose a border and submit?
0 Votes
Digital currency
1 Votes