What are the files generated after using IDL to java compiler?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the size and capacity of a vector?
can we have function for truncating the sign as like abs in oracle.
Is assembly language a low level language?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
what is object type casting? give some example with related?
What is the purpose of the strictfp keyword?
List two java ide’s?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
Can anonymous class have constructor?
what is auto boxing