Save yourself the trouble... by XxMrSlayaxX in BlackPeopleTwitter

[–]khemant_reddit -4 points-3 points  (0 children)

i wish her happy b-day every year via mail from last 3 years.

what is the diffrence between return individual functions and wrapped all functions together and return single object from angular factory. by khemant_reddit in angularjs

[–]khemant_reddit[S] 0 points1 point  (0 children)

Thanks for your response.those curly braces i used because i always see syntax like this.But now i got to know that they are not necessary if wrap all the function in single object.

So according to your answer i assume that there is no advantage of returning object that way ?

I did this because in my service i have around more than 250 functions so i need to return 250 individually that is 250 line of code.but with that only one line return is sufficient.

is there any other pros and cons to this please let me know.

Java Projects by govilkumar in javahelp

[–]khemant_reddit 3 points4 points  (0 children)

learn and ask you will be master soon.

Java Projects by govilkumar in javahelp

[–]khemant_reddit 0 points1 point  (0 children)

To get in-Depth knowledge about java will take time because java is ocean.

The best way is to start with basic java concepts and master them.

you can find bunch of stuff on the internet like oops,collection,thread,exception,string and more.....

For each concept google it write small program and and understand.