Can java program run without jre?
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of multitasking?
What is left shift and right shift?
how an we achive multiple inhetitance in java using interface..??
Can we declare static variables in JSP page.
How can you write a loop indefinitely in java programming?
Is it possible for a yielded thread to get chance for its execution again?
How hashmap works in java?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
What are the major drawbacks of external iteration?
Can java program run without jre?
What is polymorphism in java? What are the kinds of polymorphism?
Why do we create threads in java?