Is static variable stored in heap?
No Answer is Posted For this Question
Be the First to Post Answer
What are methods?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is static method with example?
How variables are declared?
Define canvas?
What does index mean in java?
Explain java heap space and garbage collection?
how would you implement a thread pool? : Java thread
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is difference between fail-fast and fail-safe?
What is a text string?
Why char array is preferred over string for storing password?