Is java based on c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain serialization and deserialization in java?

0 Answers  


What is byte code and why is it important to java’s use for internet programming?

0 Answers  


What is lifetime variable?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


Is it possible for a yielded thread to get chance for its execution again?

0 Answers  






methods in Applet?

1 Answers  


what is tempplate pattern

4 Answers   IBM, RBS,


What are the topics in core java?

0 Answers  


What are thread local variables?

0 Answers  


what is purpose of writting public static void main(Strind arg[]) in java..?

4 Answers   ITC Infotech,


Is string is a data type in java?

0 Answers  


In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????

12 Answers   Accenture,


Categories