How to create packages in java?


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

Post New Answer

More Core Java Interview Questions

Can we serialize arraylist in java?

0 Answers  


What are different exception types exceptions available in java ?

0 Answers  


What Is Resource Leak?

2 Answers  


what is the constructor and how many types of constructors are used in java?

0 Answers  


What is the original name of java?

0 Answers  


What is a java applet? What is an interface?

0 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,


What does singleton class mean?

0 Answers  


Why stringbuilder is not thread safe in java?

0 Answers  


What is class array in java?

0 Answers  


How to make a write-only class in java?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Categories