can we write a program with out a class in core java?
Answer Posted / pushpendra
no
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is bytecode in java ?
Explain the difference between runnable and callable interface in java?
What is ascii code?
What are thread safe functions?
How do you sort a string in alphabetical order in java?
Why pass by reference is not possible in java?
What is the abstraction?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is parseint?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
How to change the priority of thread or how to set priority of thread?
Which graphs are functions?
Using callable statement how can you pass out parameters, explain with example?
Can we pass a primitive type by reference in java? How
How do you reverse a string in java?