What is static variable with example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is a programming object?

0 Answers  


How to display names of all components in a Container?

0 Answers   Microsoft, Wipro,


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


Can we create more than one object singleton class?

0 Answers  


What is mean by exception?

0 Answers  






What is a predicate method?

0 Answers  


Can private class be inherited in java?

0 Answers  


What is the difference between I ++ and ++ I in java?

0 Answers  


What are the differences between path and classpath variables?

0 Answers  


Can we sort array in java?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

0 Answers   Fidelity,


Categories