Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is the differencr between static and dynamic array in c++?
c++
3 Votes
2 Answers
12th Feb 2018, 10:21 AM
saksham kumar sharma
In which area of JVM the static block is execute in java?
java
jvm
stack
static
3 Votes
1 Answer
8th May 2018, 4:23 PM
Vijay Dangi
Error in code!!!
static
0 Votes
2 Answers
23rd Aug 2019, 5:47 AM
Ktin1um
Why we should write static in the main method
comments
java
0 Votes
2 Answers
31st May 2017, 1:47 PM
Sasi
Does Javascript not differentiate between static and dynamic arrays?
arrays
javascript
0 Votes
2 Answers
25th Dec 2016, 8:43 PM
Grand
how does a static variable in c work? What is the advantage of using this variable?
c
10 Votes
4 Answers
18th Feb 2020, 1:58 AM
José Cleto
#include<stdio.h> int main(){ int a=5; static int b=a; printf("%d %d",a,b); return 0; }
c
-1 Vote
6 Answers
25th Dec 2016, 7:49 AM
Arpitha G R
What is the difference between const and static in c++?
c++
1 Vote
2 Answers
20th Jan 2018, 6:27 PM
Amit Pokhrel
What is static method? Why need to define as static?
java
1 Vote
2 Answers
22nd Jul 2016, 11:58 PM
WPimpong
What is the difference between having something static or not.
java
static
1 Vote
2 Answers
20th Nov 2017, 10:51 AM
Cooki10
How to convert wordpress site to static html page?
php
wordpress
0 Votes
1 Answer
13th Apr 2018, 11:19 AM
Selva kumar M
Static class have no function overloading please explain why ?
c#
0 Votes
2 Answers
9th Mar 2019, 6:21 AM
Muhammad Tayyab
Why should we define static member variable outside the class?
c++
define
static_member
2 Votes
1 Answer
15th Apr 2017, 4:56 PM
Mohit Negi
What is the difference between static bufferedreader and buffered reader??
java
1 Vote
2 Answers
17th May 2017, 12:28 PM
Dayon Daniel
static member variables in inheritance are they inherited? In Java
java
2 Votes
1 Answer
12th Nov 2017, 6:13 PM
AKASH VERMA
Please any codes of static websites from sololearn written in html and css.
css
html
web
0 Votes
4 Answers
8th May 2020, 4:51 AM
Amal Gil
Can static be used to prevent the method overriding?
java
override
static
0 Votes
1 Answer
20th Oct 2017, 7:45 AM
Stacey J. Wilburn
Why we use static void main in programme ?
c#
0 Votes
1 Answer
29th Oct 2017, 4:21 AM
sandeep sharma
do delegates work with only static methods in c#?
c#
delegates
instance
static
0 Votes
1 Answer
30th May 2018, 11:07 PM
Paul Breakthrough
how can get static array in class or metod
arrays
c#
static
0 Votes
1 Answer
1st Oct 2017, 10:19 PM
Ali Alijaniha
is there any thing called static pool in jvm
java
pool
static
0 Votes
1 Answer
4th Nov 2016, 8:30 PM
Joee Rïnold
Can any one tell me what is static typing?
c++
0 Votes
1 Answer
11th Dec 2015, 3:27 AM
Rutvik Kapade
What is the use of static and void ?
java
0 Votes
1 Answer
1st Jan 2017, 6:14 PM
santhosh
What is the difference between static cast vs dynamic cast vs regular cast?
c++,
5 Votes
2 Answers
11th Oct 2017, 10:47 PM
Vijay
Why Non static block is needed ? What's its advantages and Limitation?
java
nonstaticblock
static
3 Votes
3 Answers
21st Jun 2017, 9:07 AM
ÃrShåD KHãÑ
Camera movement with static player in the middle of screen when around move like agar.oi.
canvas
html5
javascript
0 Votes
5 Answers
11th Oct 2023, 5:32 PM
O Jaum
why "main()" must in every java programm? i had run java program without main() by using static method only...
main()
withoutmain
0 Votes
22 Answers
8th Jun 2019, 4:47 AM
kamlesh patil
what is the use of static keyword with main method?
c#
methods
0 Votes
2 Answers
17th Aug 2018, 12:38 PM
shiwangee pathak
What do u mean by static in java programming language?
java
0 Votes
2 Answers
18th Feb 2017, 4:57 AM
Alok pandey
Por que hay que poner public static void main (String[ ]args){
strings
0 Votes
2 Answers
15th Dec 2022, 3:09 PM
Sergio David Hechavarria Soto
Can you override a private or static method in Java ?
java
2 Votes
2 Answers
10th May 2017, 5:10 PM
Nikhil
How are we able to call a base class static method by using a derived class name?
base
c++
class
classes
derived
static
staticfunction
4 Votes
12 Answers
15th Mar 2018, 3:37 AM
Ashish Gaur
How can i call static block element through nonstatic block in java?
java
1 Vote
4 Answers
17th Nov 2016, 4:26 PM
bikash panda
How do i add 3 static numbers to get their average number?
java
0 Votes
2 Answers
22nd Sep 2020, 8:26 AM
Khryss Patrick Estrada
we cannot override final method but can we do for static method
final
java
methods
static
1 Vote
4 Answers
11th Mar 2017, 9:41 AM
Roshan Kumar
What differentiates static variables from local variables and instance variables?
java
0 Votes
2 Answers
29th Oct 2016, 9:48 PM
lash-1K
how can i use static resources with dynamic routes in jsp?
java
jsp
staticfiles
0 Votes
2 Answers
29th Nov 2022, 5:33 AM
Sam Vásquez
What is the purpose of using e.g. public static double (double a)?
android
eclipse
java
3 Votes
2 Answers
31st Aug 2017, 4:37 PM
黄瀬涼太
An error keeps coming like ; needed in public static void.someone help
java
1 Vote
2 Answers
6th Aug 2019, 4:47 PM
Ankush Raj
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
calculator
loan
-1 Vote
4 Answers
19th Jan 2021, 5:33 AM
Samriddhi sinha
What is the behavior of static keyword Java in below program ?
final
java
static
1 Vote
2 Answers
4th Apr 2018, 8:02 AM
Deepak Vishwakarma
Why "static $i = sqrt(100)" leads to fatal error ?
php
static
4 Votes
4 Answers
25th Sep 2019, 6:02 PM
UraL
pls give one programming example to explain static CONSTANT variable.
java
0 Votes
2 Answers
12th Jul 2016, 12:49 PM
Anup Shetty
How I can call static method without creating object of class??
java
static
0 Votes
3 Answers
9th Aug 2016, 3:40 PM
Islam Elzohary
As static method can access only static data members & methods so how we can manipulate non-static data inside main method ?
java;
methods
static
0 Votes
1 Answer
14th Jan 2017, 10:11 AM
Atish Kadu
Consider the following code-: Static in Test(out int x,int y=4) { X=6; return x*y; } static void main( string args[]){ int a;
c#
0 Votes
1 Answer
16th Jan 2017, 1:05 PM
Aniket Patil
What exactly are static methods and how are they different from normal methods in Python.
classes
functions
object
python
static
0 Votes
6 Answers
18th Jul 2022, 4:32 PM
Ruchika Sehgal
(Java) What are the default methods in interfaces ? Do they work like static methods ?
default
interfaces
java
methods
static
4 Votes
1 Answer
3rd May 2019, 1:07 PM
Svarog
How to i know when use static method and when non static? Pleas check my code it dont work without static method. Why?
java
methods
static
0 Votes
2 Answers
2nd Oct 2017, 5:34 PM
Samo Adamec
What output results from this code?
java
static
0 Votes
5 Answers
2nd Mar 2021, 11:56 AM
Hanmin Park
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
12
13
14
...
23
Next >
Hot today
Functions in python
2 Votes
How to make a playground
1 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))[ by New logics algebraic way ]?
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
Python
0 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Can you tell what is wrong with the code
0 Votes
Can someone explain inline and block elements please
0 Votes