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
Can I Inherite Static Methods in Java??
java
1 Vote
2 Réponses
25th Jul 2018, 2:14 PM
Ajay Parmar
How to use the static import feature?
import
java
static
1 Vote
1 Réponse
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 Votes
6 Réponses
4th Dec 2016, 11:09 AM
sadiya zainab
What does it mean static in C#
c#
methods
static
2 Votes
2 Réponses
11th Nov 2017, 11:56 PM
Marta P
Why do we use static in Java?
java
1 Vote
3 Réponses
26th Nov 2017, 10:55 AM
Rizan
What's static constructor and when it fires?
c#
constructors
static
1 Vote
3 Réponses
29th Jul 2017, 6:11 PM
Mohammad Hossein Meshkini
Can we override the static method?
overriding#overloading
0 Vote
1 Réponse
22nd Jan 2019, 10:05 AM
rahul sakhare
Why create a static field for a static property? Isn't it enough just to state that the property is static?
c#
3 Votes
2 Réponses
1st Apr 2022, 11:13 AM
أندريه
What is the difference between static and constant
c++
java
0 Vote
6 Réponses
31st Oct 2016, 4:01 PM
Manje Gowda K R
Which language most important to make static website
html
0 Vote
4 Réponses
26th May 2019, 6:35 PM
Ajit kumar
Is static variable is subset of global variable ?
c
c++
coding
dsa
expert
java
programing
3 Votes
2 Réponses
20th Jun 2023, 1:24 PM
Md Saif Ali
The syntax is confusing abit public static void main(String[ ] args)
java
6 Votes
5 Réponses
23rd Apr 2020, 7:52 AM
Alfred Juma
In java static calls which type of function
mithali
1 Vote
3 Réponses
18th Sep 2020, 4:02 AM
Abhay Kashyap
Why do we use static? Eg: Static int...?
classes
java
methods
2 Votes
4 Réponses
17th Aug 2016, 1:43 PM
Preston Rodrigues
what is the exact meaning of static keyword?
java
static
1 Vote
5 Réponses
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 Votes
4 Réponses
25th Nov 2017, 4:39 AM
Abhishek Tandon
Whats the difference between "public static void main()" and 'public static void main(String [ ] args)"??
java
javascript
0 Vote
2 Réponses
28th Jan 2019, 4:38 PM
Jyothish Krishna
Can static methods have return types?
java
methods
0 Vote
2 Réponses
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 Votes
6 Réponses
9th May 2021, 4:33 AM
Sanjay Kamath
Can we override a private or static method in Java?
java
5 Votes
3 Réponses
18th Jun 2021, 3:58 AM
RuBeen Dahal👿
Why static is used in defining a function
c++
classes
2 Votes
4 Réponses
1st Sep 2017, 12:39 PM
Dhanush Shetty
Math.PI is a static function or not and why?
static
1 Vote
4 Réponses
14th Jun 2020, 8:43 AM
Rohit Ahuja
How a static keyword work?? Anyone
java
1 Vote
1 Réponse
28th Apr 2017, 3:58 PM
tharun
what is static data member ?
c++
0 Vote
2 Réponses
5th Nov 2016, 12:06 PM
Damodar Joshi
Can static be used before constructor?
java
0 Vote
2 Réponses
7th Sep 2016, 6:12 PM
vishwa teja
What is the purpose of static in java?
java
static
4 Votes
2 Réponses
8th Feb 2018, 12:12 PM
Justin Codes
How many type in inner-classses?(like static member class)
inner-classes
java
1 Vote
3 Réponses
21st Oct 2016, 3:38 PM
Kyaw Moe Han
What happens when static variable is assigned a value?
php
static
0 Vote
8 Réponses
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 Vote
2 Réponses
7th May 2018, 2:55 PM
Rohit
What are the advantages of Static blocks in Java?
classes
java
oop
static
3 Votes
2 Réponses
19th Nov 2018, 7:51 AM
Idris Tuna
Why is the keyword static used while declaring methods?
c#
static
1 Vote
3 Réponses
1st Jul 2019, 4:26 PM
Sai Kumar
Public static void main (String... args[])
core
java
1 Vote
1 Réponse
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 Votes
4 Réponses
2nd Apr 2018, 9:57 AM
Steinchr der Wahre
Why we need Static methods in java?
java
methods
static
3 Votes
1 Réponse
16th Jan 2018, 5:39 AM
sal sal
What is Static memory allocation and dynamic memory allocation??
stack
3 Votes
2 Réponses
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 Vote
2 Réponses
8th Oct 2019, 5:12 PM
Subject Loser
what is static variable? why we use it?
c#
0 Vote
5 Réponses
25th Jun 2016, 12:08 PM
Vijaya Lakshmi
static in java, can you explain with example, please?
java
static
6 Votes
3 Réponses
12th Jul 2017, 10:00 PM
Assylbek
Why to use static function in JS
js
1 Vote
1 Réponse
26th Jun 2018, 3:52 PM
Ole113
What is static binding and dynamic binding?
binding
compiletime
dynamic
java
runtime
static
1 Vote
1 Réponse
25th Jan 2017, 4:14 PM
Deep chand
C++ static variable member of class
c++
oop.
static
0 Vote
1 Réponse
17th May 2017, 6:32 PM
NickBossBG
How do PHP static keyword work?
php
static
variable
variables
0 Vote
1 Réponse
12th Jan 2018, 8:09 PM
MD Jwel Miah
use of static before void main()
c#
methods
0 Vote
1 Réponse
4th Jan 2017, 12:08 PM
Himanshu Pandey
What is static in void main?
java
0 Vote
1 Réponse
25th Aug 2016, 6:59 PM
Prashant
Why main method is always static
java
0 Vote
1 Réponse
4th Oct 2018, 2:10 PM
Marta Sidor
How to make a static app
andriod
java
java,
static
0 Vote
1 Réponse
18th Jul 2018, 9:04 AM
Sharma's Channel
a simple example of static VARIABLE
static
variables
0 Vote
1 Réponse
8th Jul 2017, 11:54 AM
Hari krishna
What is the difference between static method and member function?
classes
oops
static
0 Vote
9 Réponses
28th Aug 2018, 3:09 AM
Prakash
What is static (static void main) ?
java
1 Vote
1 Réponse
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 Vote
1 Réponse
23rd Sep 2017, 3:43 PM
Sourabh jain
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
7
8
9
...
23
Suivant >
Aujourd'hui en vedette
X velocity
2 Votes
And... Who is the staff then?
3 Votes
Files not linking in C++
0 Votes
I am a super beginner
1 Votes
Web Dev
1 Votes
I want to make a triangle area calculator ,anybody can teach me
2 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