Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~193 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 1
2 Posted Topics
In java you can pass the datatype with the help of this < >. This feature called "Generics" in java. ex [CODE] class Test<A,B> { public A var1; public B var2; } class Sample{ public static void main(String []args) { Test<Integer,String> t=new Test<Integer,String>(); t.var1=10; t.var2="Hello"; System.out.println(t.var1 + " " + …
hi friends I want to know than witch other tools like javascript,jquery, i can used with PHP ?
The End.
vhoramoin