top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which one will take more memory, an int or Integer?

0 votes
248 views
Which one will take more memory, an int or Integer?
posted Feb 22, 2017 by Karthick.c
Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Similar Questions
0 votes

Which one will be faster in Java, Increment operator or Decrement operator?

a) for(int i = 0; i < 1000; i++) {}    
b) for(int i = 1000; i > 0; i--) {}
+2 votes

I want a java method which will take input as a string and return a string with char count, please help.

...