Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How to use the static import feature?
import
java
static
1 Vote
1 Answer
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 Answers
4th Dec 2016, 11:09 AM
sadiya zainab
Can we override the static method?
overriding#overloading
0 Votes
1 Answer
22nd Jan 2019, 10:05 AM
rahul sakhare
What does it mean static in C#
c#
methods
static
2 Votes
2 Answers
11th Nov 2017, 11:56 PM
Marta P
Why do we use static in Java?
java
1 Vote
3 Answers
26th Nov 2017, 10:55 AM
Rizan
What's static constructor and when it fires?
c#
constructors
static
1 Vote
3 Answers
29th Jul 2017, 6:11 PM
Mohammad Hossein Meshkini
What is the difference between static and constant
c++
java
0 Votes
6 Answers
31st Oct 2016, 4:01 PM
Manje Gowda K R
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 Answers
1st Apr 2022, 11:13 AM
أندريه
Which language most important to make static website
html
0 Votes
4 Answers
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 Answers
20th Jun 2023, 1:24 PM
Md Saif Ali
The syntax is confusing abit public static void main(String[ ] args)
java
6 Votes
5 Answers
23rd Apr 2020, 7:52 AM
Alfred Juma
In java static calls which type of function
mithali
1 Vote
3 Answers
18th Sep 2020, 4:02 AM
Abhay Kashyap
Why do we use static? Eg: Static int...?
classes
java
methods
2 Votes
4 Answers
17th Aug 2016, 1:43 PM
Preston Rodrigues
what is the exact meaning of static keyword?
java
static
1 Vote
5 Answers
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 Answers
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 Votes
2 Answers
28th Jan 2019, 4:38 PM
Jyothish Krishna
Can static methods have return types?
java
methods
0 Votes
2 Answers
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 Answers
9th May 2021, 4:33 AM
Sanjay Kamath
Can we override a private or static method in Java?
java
5 Votes
3 Answers
18th Jun 2021, 3:58 AM
RuBeen Dahal👿
Why static is used in defining a function
c++
classes
2 Votes
4 Answers
1st Sep 2017, 12:39 PM
Dhanush Shetty
Math.PI is a static function or not and why?
static
1 Vote
4 Answers
14th Jun 2020, 8:43 AM
Rohit Ahuja
How a static keyword work?? Anyone
java
1 Vote
1 Answer
28th Apr 2017, 3:58 PM
tharun
what is static data member ?
c++
0 Votes
2 Answers
5th Nov 2016, 12:06 PM
Damodar Joshi
Can static be used before constructor?
java
0 Votes
2 Answers
7th Sep 2016, 6:12 PM
vishwa teja
What is the purpose of static in java?
java
static
4 Votes
2 Answers
8th Feb 2018, 12:12 PM
Justin Codes
How many type in inner-classses?(like static member class)
inner-classes
java
1 Vote
3 Answers
21st Oct 2016, 3:38 PM
Kyaw Moe Han
What happens when static variable is assigned a value?
php
static
0 Votes
8 Answers
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 Votes
2 Answers
7th May 2018, 2:55 PM
Rohit
What are the advantages of Static blocks in Java?
classes
java
oop
static
3 Votes
2 Answers
19th Nov 2018, 7:51 AM
Idris Tuna
Why is the keyword static used while declaring methods?
c#
static
1 Vote
3 Answers
1st Jul 2019, 4:26 PM
Sai Kumar
Public static void main (String... args[])
core
java
1 Vote
1 Answer
4th Jun 2017, 11:07 AM
chetaN
Why we need Static methods in java?
java
methods
static
3 Votes
1 Answer
16th Jan 2018, 5:39 AM
sal sal
[Java] Can we create an instance of a static class?
abstract
challenge
class
created
final
instance
interface
java
object
static
3 Votes
4 Answers
2nd Apr 2018, 9:57 AM
Steinchr der Wahre
What is Static memory allocation and dynamic memory allocation??
stack
3 Votes
2 Answers
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 Answers
8th Oct 2019, 5:12 PM
Subject Loser
what is static variable? why we use it?
c#
0 Votes
5 Answers
25th Jun 2016, 12:08 PM
Vijaya Lakshmi
static in java, can you explain with example, please?
java
static
6 Votes
3 Answers
12th Jul 2017, 10:00 PM
Assylbek
Why to use static function in JS
js
1 Vote
1 Answer
26th Jun 2018, 3:52 PM
Ole113
What is static binding and dynamic binding?
binding
compiletime
dynamic
java
runtime
static
1 Vote
1 Answer
25th Jan 2017, 4:14 PM
Deep chand
C++ static variable member of class
c++
oop.
static
0 Votes
1 Answer
17th May 2017, 6:32 PM
NickBossBG
How do PHP static keyword work?
php
static
variable
variables
0 Votes
1 Answer
12th Jan 2018, 8:09 PM
MD Jwel Miah
use of static before void main()
c#
methods
0 Votes
1 Answer
4th Jan 2017, 12:08 PM
Himanshu Pandey
What is static in void main?
java
0 Votes
1 Answer
25th Aug 2016, 6:59 PM
Prashant
Why main method is always static
java
0 Votes
1 Answer
4th Oct 2018, 2:10 PM
Marta Sidor
How to make a static app
andriod
java
java,
static
0 Votes
1 Answer
18th Jul 2018, 9:04 AM
Sharma's Channel
a simple example of static VARIABLE
static
variables
0 Votes
1 Answer
8th Jul 2017, 11:54 AM
Hari krishna
What is the difference between static method and member function?
classes
oops
static
0 Votes
9 Answers
28th Aug 2018, 3:09 AM
Prakash
What is static (static void main) ?
java
1 Vote
1 Answer
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 Votes
1 Answer
23rd Sep 2017, 3:43 PM
Sourabh jain
What is the difference between a method starting with static and one without static like:
classes
java
objects
0 Votes
1 Answer
31st Jan 2017, 12:33 PM
Srijit Nair
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
7
8
9
...
23
Next >
Hot today
I don't know how to code or what to code
1 Votes
code coach
2 Votes
How do I do audio
0 Votes
Collision bug in player movement — not sure what's wrong
0 Votes
PYTHON AND JAVA
0 Votes
I m just begginer, i don't even understand how to use this app.. send help.. im at level 1
0 Votes
Lua?
1 Votes
Is there a level after intermediate Python?
1 Votes
Does this app support the audio tag?
0 Votes
I dont know what i should do with java script
0 Votes