How do you change an int to a string?


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

Post New Answer

More Core Java Interview Questions

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,


What is the new line character?

0 Answers  


Write a function to print Fibonacci series and Tribonacci series?

0 Answers   Hexaware,


Can we overload the main() method?

0 Answers  


How do you sort a string in alphabetical order in java?

0 Answers  






Can we force the garbage collection to run?

0 Answers  


How many types of literals are there in JAVA?

0 Answers   Cap Gemini,


What is oop in java?

0 Answers  


What are other modifiers?

2 Answers   Wipro,


Can java cast null?

0 Answers  


Can we store variables in local blocks?

0 Answers   Global Logic,


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

0 Answers  


Categories