what is meant by Garbage collection?
No Answer is Posted For this Question
Be the First to Post Answer
how to print output with out using sop statements
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
What state does a thread enter when it terminates its processing in java programming?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
What is derived datatype?
Can you write a java class that could be used both as an applet as well as an application?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Write a program to reverse a number in java?
wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?
what is difference between global methods and local methods?
Write a program to search a number in the given list of numbers.
What is compareto () in java?