Search:

Type: Posts; User: Phobia

Search: Search took 0.13 seconds.

  1. Re: Fitting a large primitive into a small reference variable

    no,you got me wrong :D


    i was asking about the exam,won't I get a question with explicit casting?

    just like the example in the original post :)
  2. Re: Fitting a large primitive into a small reference variable

    I didn't even mention implicit casting,how is this relevant?
  3. Re: Fitting a large primitive into a small reference variable

    so it won't attempt an explicit cast,right?
  4. Re: Fitting a large primitive into a small reference variable

    now I get it,thanks a lot :)


    another question,does the SCJP exam have any questions related to this topic?
  5. Re: Fitting a large primitive into a small reference variable

    well,i know the size of each type,but can you explain to me why am i getting this number in particular,and not anything else?
  6. Fitting a large primitive into a small reference variable

    for example,this program :



    public class test{

    public static void main(String[] args)
    {
    byte i = (byte) 550;
    System.out.println(i);
  7. Thread: Histograms

    by Phobia
    Replies
    1
    Views
    1,727

    Re: Histograms

    Read the API Documentation for more info about the usage of JFreeChart
  8. Replies
    4
    Views
    3,421

    Re: How can i make the components resizable?

    i think there's a method called "resizable" in most swing objects,i use it in netbeans' GUI editor
Results 1 to 8 of 8