Define jre i.e. Java runtime environment?
No Answer is Posted For this Question
Be the First to Post Answer
What will happens if you opened Internet Explorer 4 times?
can any body tell me? does advance java and j2ee both are same.
What do you mean by object?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What do you know about the garbage collector in java?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
How does abstract modifier work?
what is the difference between statis block and static variable
watz the difference between abstract class and interface? Which one u ill choose as a designer?
Which collections are thread safe in java?
What is the difference between class forname and new?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }