What are the types of java?
No Answer is Posted For this Question
Be the First to Post Answer
What is procedure writing?
what is the need to set path in java? how many ways to set path in java? Explain breif?
What is the console in java?
What do you mean by compiler?
What is the importance in context in JDBC connection pools?
java Technical questions asked by JPMC
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
is there any function in java to make the text to blink?
Are arrays immutable in java?
Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???
What is default exception handling in java?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?