Is ruby built on java?
Answer / Amitesh Kumar Singh
"No, Ruby is an independent programming language, not built on Java. However, it can be run on the JVM with the help of tools like JRuby."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how can you debug the Java code?
What are Normalization Rules? Define Normalization?
What is the difference between public, private, protected, and friend access?
What is the map interface in java programming?
What defines function?
In method overloading ,if i change the return type to Long instead of INT,is the program execute
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is Mutex (Mutual Exclusion Object) ?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What are drawbacks of singleton class?
What are decalarations?
What is a local block?