How many bytes is a url?



How many bytes is a url?..

Answer / Rajdeep Singh

The size of a URL in bytes can vary depending on its complexity and the characters it contains. However, a typical URL does not have a fixed length.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  


What is java jit compilers?

1 Answers  


Define package in Java.

1 Answers  


5 Coding best practices you learned in java?

1 Answers  


what is multitherading

3 Answers   Tech Mahindra,


What are the loops in java?

1 Answers  


Why do we need hashmap in java?

1 Answers  


What do you mean by ternary operator in java?

1 Answers  


Does printwriter create a file?

1 Answers  


Is zero a natural number?

1 Answers  


What are the operands of instanceof operator?

3 Answers  


Categories